/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(0,51,255);
 	font-weight: normal;
 	font-style: normal
}

A:link {
	color: rgb(0,51,102);
 	font-weight: normal;
 	font-style: normal
}

UL {
	color: rgb(0,51,153)
}

A:visited {
	color: rgb(153,102,0)
}

A {
	color: rgb(0,0,255);
 	font-weight: bold
}