﻿body
{
	margin: 0px 0px 0px 0px;
	background-image: url(  "HeaderBG.jpg" );
	background-color: #C0C0C0;
	background-position: top;
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12px;
	font-family: Arial;
}
a:link
{
	color: red;
	text-decoration: none;
}
a:visited
{
	color: red;
	text-decoration: none;
}
a:hover
{
	color: orange;
	text-decoration: none;
}
a:active
{
	color: red;
}
a.navigation:link
{
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial;
}
a.navigation:visited
{
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial;
}
a.navigation:hover
{
	color: orange;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial;
}
a.navigation:active
{
	color: white;
	font-size: 16px;
	font-family: Arial;
}
a.menulink:link
{
	color: red;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}
a.menulink:visited
{
	color: red;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}
a.menulink:hover
{
	color: orange;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}
a.menulink:active
{
	color: red;
	font-size: 12px;
	font-family: Arial;
}
