
        
    A.redhead
	{
	color : red;
	text-decoration: none;
	font-weight : bold;
	}
	A.redhead:hover
	{
	color : blue;
	text-decoration: none;
	font-weight : bold;
	}
	
	
	
	A.bonb
	{
	color : black;
	text-decoration: none;
    font-weight : normal;
	}
	A.bonb:hover
	{
	color :#CC3300;
	text-decoration: underline;
	font-weight : bold;
	}
	
	A.dkred
	{
	color : #CC3300;
	text-decoration: none;
    font-weight : bold;
	}
	A.dkred:hover
	{
	color :red;
	text-decoration: underline;
	font-weight : bold;
	}
	
	
	A.whiteongrayb
	{
	color : white;
	text-decoration: none;
	font-weight : bold;
	}
	A.whiteongrayb:hover
	{
	color : #66FFFF;
	text-decoration: none;
	font-weight : bold;
	}
	
   A {
	color : white;
	text-decoration: none;
	font-weight : normal;
	} 
	A:Hover
	{
	color : yellow;
	text-decoration: none;
	font-weight : bold;
	}
	
	.menubox { width=160; padding-left:1; padding-bottom:1; padding-right:1;  display:none; position:absolute; background-color: gray; border: 1;  z-index:9;}

    .menu {font-family:verdana;
	       color : white; 
		   font-size : 7pt;
		   font-weight : bold}
		   
    .menuIn {font-family:verdana;
	       color : aqua; 
		   font-size : 7pt;
		   font-weight : bold}
		   
    .subject {font-family:verdana;
	       color : 'aqua'; 
		   font-size : 7pt;
		   font-weight : bold}
		   
     .recent {font-family:verdana;
	       color : 'aqua'; 
		   font-size : 7pt;
		   font-weight : bold}	
