/* CSS definition file containing site wide stylesheets */

A:link {
	font-size: small;
 	color: rgb(0,0,204);
 	font-weight: bold
}

UL {
	font-size: small;
 	color: rgb(0,0,102);
 	font-weight: bold;
 	list-style-type: none
}

A:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: small;
 	color: rgb(153,51,204);
 	font-weight: bold
}

LI {
	font-size: small;
 	color: rgb(0,0,102);
 	font-weight: bold
}

OL {
	color: rgb(0,0,102);
 	font-weight: bold;
 	list-style-type: upper-roman
}

A {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-small;
 	color: rgb(0,0,204);
 	font-weight: bold
}