/* color scheme: dark: #112211 #444455 #3366aa #5599dd #aabbcc alternate: #222211 #335555 #0066ee #0088ff #99bbdd body background: #ddeeff */ body { color: #222211; background-color: #99bbdd; font-size: 12px; margin: 0px 5px 0px 5px; } div#header { border-bottom: 2px solid #335555; margin-bottom: 20px; padding: 12px 0px 12px 0px; } div#logo a { color: #222211; float: left; font-size: 14px; font-weight: bold; text-decoration: none; } div#navigation { float: right; background-color: #ddeeff; padding: 10px 10px; width: 10%; } div#navigation a { color: #222211; font-size: 14px; font-weight: bold; text-decoration: none; text-transform: uppercase; } div#footer { border-top: solid 2px #335555; color: #335555; font-size: 10px; margin-top: 30px; padding: 12px 0px 12px 0px; text-align: right; } div#content { background-color: #ddeeff; padding: 20px; width: 80%; } h1 { font-size: 24px; } h2 { font-size: 20px; } div.info { color: #335555; font-size: 14px; font-style: italic; } div.figure { margin: 3px; float: right; } div.caption { color: #335555; font-size: 10px; text-align: right; padding: 3px; } p.caption { color: #335555; font-size: 10px; text-align: right; padding: 3px; } a:link { color: #0088ff; } a:visited { color: #0066ee; }