body		{
margin: 50px 0px;
padding: 0px; 		/* Need to set body margin and padding to get consistency between browsers. */
background-color: #cccccc;
}

TD			{
text-align: center;
border-bottom: 1px #660000 solid;
border-right: 1px #660000 solid;
color: black;
font-size: 12px;
font-family: Verdana, sans-serif;
}

TD.header		{
color: white;
font-size: 28px;
font-weight: bold;
background-color: #660000;
}

TD.header2		{
color: white;
font-size: 14px;
font-weight: bold;
background-color: #660000;
}

table		{
border-left: 1px #660000 solid;
background-color: white;
}

:link, :visited		{
color: blue;
text-decoration: none;
font-weight: bold;
font-family: Verdana, sans-serif;
font-size: 12px;
}

:link:hover, :visited:hover 	{
color: red;
text-decoration: underline;
font-weight: bold;
font-family: Verdana, sans-serif;
font-size: 12px
}
