@charset "UTF-8";
<style type="text/css">

a:link { color: #CC0000; text-decoration: none }
a:active { color: #FF0000; text-decoration: none }
a:visited { color: #CC0000; text-decoration: none }
a:hover { color: #FF0000; text-decoration: underline }



a:link {  text-decoration:   
	   
	}
a:visited {
	text-decoration:   
}
a:active {
	text-decoration:     
}

a {color: #CC0000; text-decoration:  none;
	}
	
	body {
color: #000000;
background-color: #FFFFFF; 
} 
	
#header{
  position: fixed;
  top:0px;
  margin-left:  0%;
  width:  96.7%;
  background-color:#FFFFFF;
  padding:15px;
  /*opacity:0.7;*/
}

 #page  { margin-top:15px; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-style: normal;  font-size:16px;
	}
 
     a:hover{   
 text-shadow: 0.5px 0px 0px #000000;
 text-decoration:none;
   /*border-bottom:2px  solid  #CC0000; */
} 
 
	   table tr td  div table tr td:hover {background:  #FFFFFF;  text-shadow: 1px 0px 0px  #9F9F9F;
		}
		
</style>

 
 