h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
	text-align: center;
	white-space: normal;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-align: center;
	white-space: normal;
}
.font {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000066;
}
p {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000066;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.td {
	margin: 5px;
	padding: 5px;
	border: thin ridge #003399;
	text-align: center;
}
