/* CSS definition file containing site wide stylesheets */

A:link {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(236,17,143);
 	font-weight: bold;
 	text-decoration: none 
}

A:visited {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(102,46,145);
 	font-weight: bold;
 	text-decoration: none 
}

A:hover {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(102,46,145);
 	font-weight: bold;
 	text-decoration: none 
}
