.title {
	font-size: 26px;
	font-weight: bold;
	color: #990000;
	font-variant: small-caps;
	margin-left: 3px;
	margint-top: 3px;
}

.subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-left: 3px;
	margint-top: 1px;
}
.subhead {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-left: 3px;
	margint-top: 3px;
}

p,td {
	font-size: 16px;
	color: #000000;
	font-family: Palatino Linotype, Palatino;
	margin-left: 3px;
	margin-top: 1px;
}

ul,li {
	color: #990000;
}

.nav {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.footer {
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;	
}


a:visited {
	color: #CCFFCC;
        text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #CCFFCC;
}
a:active {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

