body {
	 font: 12px Arial;
	 color: white;
	 font-weight: normal;
	 line-height: 1.3;
	 }

td {
	 font: 12px Arial;
	 color: white;
	 font-weight: normal;
 	 line-height: 1.3;

	 }

h4 {
	 font: 14px Arial;
	 color: white;
	 font-weight: normal;
 	 

	 }


.bold {
	  font: 12px Arial;
	  color: white;
	  font-weight: bold;
	  	 line-height: 1.3;

	  }




A:link{color: #aa99c5; text-decoration: none; font-size: 12px; font-weight: bold;}
A:visited{color: #aa99c5; text-decoration: none; font-size: 12px; font-weight: bold;}
A:hover{color: red; text-decoration: none; font-size: 12px; font-weight: bold;}

a.toplink:link {

  	color: white;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	font-size: 14px;
	font-family: Arial;
		
}

a.toplink:visited {

  	color: white;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	font-size: 14px;
	font-family: Arial;	
}

a.toplink:hover {

  	color: red;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	font-size: 14px;
	font-family: Arial;	
}

