/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: xx-small;
 	color: rgb(42,31,255)
}

A:link {
	color: rgb(51,51,255)
}

UL {
	color: rgb(51,0,153)
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: large;
 	color: rgb(255,51,0)
}

H2 {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 9pt;
 	color: rgb(51,0,153);
 	font-weight: normal;
 	font-style: normal
}

.TextNavBar {
	font-size: x-small;
 	color: rgb(51,0,153)
}