/* CSS definition file containing site wide stylesheets */

H1 {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: xx-large;
 	color: rgb(0,51,102);
 	font-weight: bold
}

P {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,51,102)
}

LI {
	color: rgb(0,51,102)
}

.TextNavBar {
	font-size: x-small
}
