a.menu
{
text-decoration:none;
}
 /* do not change the order below! */
a.menu:link {color: #ff0000}     /* unvisited link */
a.menu:visited {color: #7f5f50}  /* visited link */
a.menu:hover {color:#ffffff;CURSOR:pointer}   /* mouse over link */
a.menu:active {color: #FFFFFF} /* selected link: some how not working! use a.active & span */  

h1
{
font-family: Times;
color:#00ff00;
background-color:#000000;
font-size:110%;
}
h1.banner
{
color:#ff0000 ;
font-family:Tahoma;
font-size:15;
background-color:transparent;
}

h2 
{
color:#C71585;
font-family:Times New Roman;
font-size:100%;
}

h3 
{
color:#8A2BE2;
font-family:Arial;
font-size:80%;
}

span.activepage
{

text-decoration: underline;
color: #FF0000;
/* font-style:italic; */
/* font-weight:bold; */
}



body
{
background:url(picturefiles/bggradientx.gif); 
width:100%; 
background-repeat:repeat-x;
background-position: top;
/*
background-repeat:repeat-y;
background-position: center;
*/
font-family:Times New Roman;
font-size:80%;

}

html 
{
	scrollbar-arrow-color: #818181;
	scrollbar-3dlight-color: #CDCDCD; 
	scrollbar-highlight-color: #E6E6E6;
	scrollbar-face-color: #C1C1C1; 
	scrollbar-shadow-color: #8E8E8E;
	scrollbar-darkshadow-color: #818181;
	scrollbar-track-color: #e68090; /*green; */ /* #E6E6E6;  */
}
