/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: Calibri,  sans-serif;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	text-decoration: underline
}

A:link {
	font-family: Calibri,  sans-serif;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

A:visited {
	font-family: Calibri, sans-serif;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

A {
	font-family: Calibri,  sans-serif;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	text-decoration: none ;
 	background-image: none
}

A:hover {
	font-family: Calibri, sans-serif;
 	color: rgb(0,0,204);
 	font-weight: bold;
 	text-decoration: none 
}