/* CSS definition file containing site wide stylesheets */

A:active {
	font-size: small;
 	color: rgb(0,0,128);
 	font-weight: bold
}

A {
	font-size: small;
 	color: rgb(255,255,255);
 	font-weight: bold
}