A.navmainlinks {
	font-family: comic sans ms;
	text-decoration: none;
	font-weight: bold;
	font-size:120%;
	color: blue;
}
a.navmainlinks:visited{
	font-family: comic sans ms;
	text-decoration: none;
	font-weight: bold;
	font-size:120%;
	color: blue;
}
a.navmainlinks:hover {
	font-family: comic sans ms;
	text-decoration: none;
	font-size:120%;
	font-weight: bold;
	color: red;
}
a.navmainlinks:active {
	font-family: comic sans ms;
	text-decoration: none;
	font-size:120%;
	font-weight: bold;
	color: red;
}
a.navdrop {
	font-family: verdana;
	text-decoration: none;
	font-weight: normal;
	font-size:80%;
	color: black;
}
a.navdrop:visited{
	font-family: verdana;
	text-decoration: none;
	font-weight: normal;
	font-size:80%;
	color: black;
}
a.navdrop:hover {
	font-family: verdana;
	text-decoration: none;
	font-size:80%;
	font-weight: normal;
	color: #5C6A6A;
}
a.navdrop:active {
	font-family: verdana;
	text-decoration: none;
	font-size:80%;
	font-weight: normal;
	color: red;
}

.navtagline {
	font-family: verdana;
	text-decoration: none;
	font-size:100%;
	font-weight: normal;
	color: black;
}
