TD, SPAN, DIV, P, A {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 18px;
}
.navLink {
	text-decoration : none;
	font-size : 20px;
	color : Red2;
}
.bigLink {
	text-decoration : none;
	font-size : 30px;
	color : Red2;
}
A:hover {
	color: Blue;
	text-decoration: underline;
}
SPAN.navTitle {
	font-size : 28px;
}
SPAN.medPrint {
	font-size : 20px;
}
