/* CSS definition file containing site wide stylesheets */

.TitleHead {
	font-size: medium;
 	color: rgb(255,236,161);
 	font-weight: bold
}

.Footer:link {
	font-size: 10pt
}

.Nav:active {
	font-size: 10pt;
 	color: rgb(255,236,161);
 	font-weight: bold
}

.Nav:link {
	font-size: 10pt;
 	color: rgb(255,255,255);
 	font-weight: bold
}

.Right {
	text-align: right
}

.Nav:visited {
	font-size: 10pt;
 	color: rgb(255,255,255);
 	font-weight: bold
}

.Nav:hover {
	font-size: 10pt;
 	color: rgb(255,236,161);
 	font-weight: bold
}