/*** CSS* */* {	margin: 0;	padding: 0;}body { color: #cecece; font-size: 14px; font-family: "times new roman", times, serif; line-height: 13px; background: #fff; padding: 12px; }body.section-1 { }body.section-2 { }body.section-3 { }a:link { text-decoration: none; color: #cecece}a:active { text-decoration: line-through; color:#cecece}a:visited { text-decoration: line-through; color:#cecece}a:hover { text-decoration: line-through; color:#cecece}a img { border: 1px silver; }#menu { width: 120px; overflow: auto; top: 0; bottom: 0; left: 0; position: fixed; height: 100%; padding: 12px; }#menu ul {	list-style: none;	margin: 0 0 12px 0;}#menu ul li.section-title { }#content { height: 100%; margin: 0 0 0 180px; top: 0; width: 350px; }.container {    padding: 2px 2px 4px;}#content p { margin-bottom: 4px; }p {    margin: 0 0 9px 0;}h1 { font-size: 32px; }h2 { font-size: 24px; }h3 { font-size: 16px; }h4 { font-size: 12px; }#img-container	{ margin: 0; padding: 0; }#img-container p	{ width: 400px; margin: 0; padding: 1px; }#once { clear: left; }