/* CSS definition file containing site wide stylesheets */

UL {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: large;
 	color: rgb(0,0,102);
 	font-weight: bold
}

.TextObject {
	font-size: small;
 	color: rgb(0,0,102)
}

A {
	color: rgb(0,0,102)
}