
/*this is the text and background color*/

body
{
color:#990000;
background-color:#666666;
background-image: ;
border:5;
border-color:black;
}

a
{
color: #cccccc;
}
a:visited
{
color: #cccccc;
}
a:hover
{
color: #990000;
}

/*this is the mouse over effect*/

A {text-decoration:none}
A:hover {color: #990000}
A:hover {text-decoration:underline overline;} 

/*this is the menu side bar*/

 BODY{
scrollbar-face-color:#000000;
scrollbar-arrow-color:#990000;
scrollbar-track-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#990000;
scrollbar-darkshadow-Color:#000000;
}

/*title*/

.title{text-align:center;font-size:12px;font-family:Verdana;font-weight:bold;}

/*bottom link on mouse over effect*/

.bottom
 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;color: #666666;text-decoration: none;

}
.bottom:visited {
font-family: Arial, Helvetica, sans-serif;font-size: 11px;
font-weight:bold;
color:#666666;text-decoration:none;

}
.bottom:hover {
font-family: Arial, Helvetica, sans-serif;font-size: 11px;
font-weight:bold;
color:#990000;text-decoration:none;

}

.bc{border:10px ridge #990000}

/*this is for the form cells*/

.bc1{border:1px double #990000;text-align:center;text-size:9px;color:#990000;text-color:#990000;background-color:#9f9f9f;font-weight:small;}

/*End styles*/