/* default.css - stylesheet*/

   	body
	{
   	background-color: #ffffff; 
   }
   
BODY{
scrollbar-face-color:ffffff;
scrollbar-arrow-color:F61616;
scrollbar-track-color:cccccc;
scrollbar-shadow-color:FDFF32;
scrollbar-highlight-color:F61616;
scrollbar-3dlight-color:FDC21F;
scrollbar-darkshadow-Color:FDC21F;
}


a:link {color:#0000ff; text-decoration:underline}
a:visited {color:#0000ff; text-decoration:underline}
a:hover {color:#F61616; text-decoration:underline; cursor:hand}
a:active {color:#F61616; text-decoration:underline}


.tablink:visited{color: #FDFF32; text-decoration: none; background-color: #F61616;}
.tablink:active{color: #FDFF32;background-color: #F61616;}
.tablink:link{color: #FDFF32; text-decoration: none; background-color: #F61616;}
.tablink:hover{text-decoration: none;color: #ff0000;background-color: #FDFF32;}
.tablink{
align: center;
display: block;padding:.3ex;
width: 100%;
}

table#links2 {
background-color: #000000;
}

table#pg2 {
background-color: #000000;
border-width: 5px; 
border-style: solid;
border-color: #000000; } 




