/* CSS definition file containing site wide stylesheets */

BODY {
	color: rgb(0,0,0);
 	background-color: rgb(32,91,14);
 	background-image: none
}

A {
	font-size: 14px;
 	color: rgb(0,0,255);
 	font-weight: bold
}

.TextNavBar {
	color: rgb(0,0,255)
}

A:hover {
	color: rgb(195,2,2)
}