body
{
    text-align: center;
}
A
{
    font-weight: bold;
    color: #cc0033;
    font-family: Verdana;
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}
.headLink
{
    font-weight: bold;
    color: #FFFFFF;
    font-family: Verdana;
    text-decoration: none;
}
H1
{
	font-weight: bold;
	font-size: 16pt;
	text-transform: capitalize;
	color: black;
	font-family: Verdana;
}