BODY
{
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
	background-color: #7A7E70;
	font-family: "Arial", Verdana, Trebuchet, sans-serif;
}

HR
{
	color : Black;
	height : auto;
}

.smallheader
{
    font-size: medium;
    font-weight: bold;
	font-family: "Arial", Verdana, Trebuchet, sans-serif;
    color: #ffffff;
}
.header
{
    font-size: large;
	font-family: "Arial", Verdana, Trebuchet, sans-serif;
    color: #ffffff;
}

.bigheader
{
    font-size: x-large;
	font-family: "Arial", Verdana, Trebuchet, sans-serif;
    color: #ffffff;
}


.blacktext
{
	font-family: "Arial", Verdana, Trebuchet, sans-serif;
    color: #000000;
}

.datetext
{
	font-family: "Arial", Verdana, Trebuchet, sans-serif;
    color: #ffffff;
}

A
{
    text decoration : underline;
    color: #EEA560;
}

A:Visited
{
    text decoration : underline;
    color: #000000;
}

A:Active
{
	text-decoration : underline;
    color: #ffffff;
}

A:Hover
{
	text-decoration : underline;
	color : #ffffff;
}


