/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(102,102,204);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}