/* styles.css */ body { margin-top:0px; margin-bottom:0px; /*background-color:rgb(0, 0, 0); testing! */ } body, div, a:link, a:active, a:visited, .menu-items { font-family:Verdana; font-size:12px; color:rgb(255, 255, 255); /* testing! */ } h4 { font-family:Verdana; } p { padding:5px; } img { margin:5px; border:0px; } .layout { width:800px; background-color:rgb(0, 0, 80); } /* crossfadeing header image/s */ div.cf_element { width:800px; height:330px; border:0; } div.cf_element img { margin:0px; border:0; } .tabContainer { height:25px; background-color:rgb(0, 0, 80);/*247, 141, 55);*/ border-bottom:1px solid white; font-family:Verdana; font-size:12px; } .inactiveTab { background-color:rgb(0, 0, 80);/*247, 141, 55);*/ } .activeTab { background-color:rgb(0, 0, 140);/*255, 255, 255);*/ } .activeTab, .inactiveTab { height:25px; padding:5px; /*border:none;*/ font-weight:bold; } a:link, a:active, a:visited { color:rgb(255, 255, 255);/*247, 141, 55);60, 0, 200);*/ text-decoration:none; } .tabContainer a:link, .tabContainer a:active, .tabContainer a:visited { color:rgb(255, 255, 255); /* testing! was 0 0 0 */ text-decoration:none; } .tabContainer a:hover { background-color:rgb(0, 0, 0);/*255, 255, 255);*/ text-decoration:underline; } a:hover { text-decoration:underline; } .footer { margin-bottom:12px; text-align:center; font-size:10px; color:rgb(134, 134, 134); } .footer a:link, .footer a:active, .footer a:visited { font-size:10px; }