/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(153,0,0)
}

A:link {
	color: rgb(0,0,128);
 	font-weight: bold;
 	text-decoration: none 
}

A {
	color: rgb(153,0,0);
 	font-weight: normal;
 	font-style: normal
}
