/* CSS definition file containing site wide stylesheets */

UL {
	color: rgb(85,223,170);
 	text-decoration: none 
}

.TextObject {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium
}

H1 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: large;
 	color: rgb(51,102,153);
 	font-weight: bold
}

H2 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	color: rgb(51,102,153);
 	font-weight: bold
}

P {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: x-small
}

H3 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	color: rgb(102,102,204);
 	font-weight: bold
}

LI {
	font-family: "Arial Greek",  sans-serif;
 	font-size: small;
 	color: rgb(0,153,204)
}

A {
	font-size: 14px;
 	color: rgb(85,223,170);
 	font-weight: bold
}

H4 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: small;
 	color: rgb(255,102,0)
}

.TextNavBar {
	font-size: x-small
}