a:link {  
      font-family: Arial, Helvetica, sans-serif; 
	  font-style: normal; 
	  color: white; 
	  text-decoration: underline; 
	  font-weight: bold
}

a:visited {  
         font-family: Arial, Helvetica, sans-serif; 
         font-style: normal; 
		 font-weight: bold; 
		 color: white
}

a:active {  
         font-family: Arial, Helvetica, sans-serif; 
		 font-weight: bold; 
		 color: white
}

a:hover {  
       font-family: Arial, Helvetica, sans-serif; 
	   font-weight: bold; 
	   color: black
}

.indexlinks {
	font-size: 16px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #FF99FF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}