/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(0,159,255);
 	font-style: italic;
 	text-decoration: none 
}

A:link {
	font-family: "@Arial Unicode MS",  sans-serif;
 	color: rgb(42,95,170);
 	font-weight: bold;
 	text-decoration: none 
}

A:visited {
	font-family: "@Arial Unicode MS",  sans-serif;
 	color: rgb(212,31,85);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:hover {
	font-family: "@Arial Unicode MS",  sans-serif;
 	color: rgb(255,0,0);
 	font-weight: bold;
 	text-decoration: none 
}