BODY
{
	margin: 0px;
	font-family: Verdana, Arial;
}
A
{
	color: blue;
	text-decoration: underline;
}
A:visited
{
	color: maroon;
}
A:hover
{
	color: red;
}
#TopNavCenter
{
	font-weight: bold;
	font-size: x-large;
	color: white;
	background-color: #990033;
}
.LeftNav
{
	border-left-color: #990033;
	border-bottom-color: #990033;
	width: 170px;
	border-top-style: ridge;
	border-top-color: #990033;
	border-right-style: ridge;
	border-left-style: ridge;
	text-align: center;
	border-right-color: #990033;
	border-bottom-style: ridge;
}
#Headline
{
	font-weight: bold;
	font-size: x-large;
	color: blue;
	text-align: center;
}
#MainBody
{
	margin: 10px;
}
.HighlightedText
{
	font-weight: bold;
	color: #990033;
}
.Tagline
{
	font-weight: bold;
	font-size: medium;
}

