.whitelinks a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;


// effects hyperlinks in their normal state

      Font-color: #FFFFFF; // link color
}

.whitelinks a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	
      Font-color: #000000; //link color once link has already been visited
}

.whitelinks a:hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;

      Font-color: #FF0000; //color of link when cursor hovers over it.

}
