/* home-colors-20.3.css */body        { font-family: courier; }a:link      { color: #055; }a:visited   { color: #404; }#header img {overflow: hidden;  height: 121px; width: 100%; position: relative; }#header     { text-align: center;               color: white; background: #055; }#header h1, #header h2             { margin: 0; }#header h1  { color: #FFFF00; font-size: 250%; }#header h2  { font-weight: normal; font-style: italic; font-family: courier;}#sitenav    { color: white; background: #7D0552; }#sitenav ol { font-size: 80%; text-align: center; } #sitenav li { border-left: 1px solid #DD0; }#sitenav li a:link, #sitenav li a:visited            { background: #7D0552;color: white; text-decoration:none; } #sitenav li a:hover             { color: #DDDD00; text-decoration:underline;}#main       { background: #055; }#content    { background: white; padding: 1em 1em; }#content p a:link, #content p a:visited             { color: red; }			#content h3 { margin-top: 0; }#content h2 { color:Blue; font-family: Arial; }#content p  { font-size: 90%; line-height: 1.4; }#sidebar h3 { font-size: 100%; color: white; margin: 0;              font-weight: normal; padding: 0.125em 0.25em;               background: #404; }#sidebar ol { background: white; border: 2px solid #404;               border-top: 0; margin: 0 0 1em 0;               padding: 0.125em 0.25em; }#sidebar li { font-size: 85%;               display: block; padding: 0.125em 0; }#sidebar li a:link, #sidebar li a:visited             { text-decoration: none; color: #055; }#sidebar li a:hover { background-color: #CCFB5D; }#footer     { background: #404; color: white;               padding: 0 1em 0em 1em; }#footer p   { margin: 1em; font-size: 85%; }#footer h2 { color:#FF99FF; }#footer p a:link, #footer p a:visited             { color: #DDDD00; }
