/* CSS definition file containing site wide stylesheets */

BODY {
	font-size: medium;
 	color: rgb(0,0,153)
}

.Main {
	font-size: medium;
 	color: rgb(0,0,153)
}

.Logo {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-large;
 	color: rgb(0,0,102);
 	font-weight: normal;
 	font-style: normal
}