.nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A591;
}
body {
	background-color: #787661;
	margin: 0px;
}
.header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 270px;
}
.nav a:link {
	color: #000000;
	text-decoration: none;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
}
.main a:link {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 28px;
	color: #990000;
}


.nav a:visited {
	color: #000000;
	text-decoration: none;
}
.nav a:active {

	color: #000000;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	line-height: 18px;
}
.footer a:link {
	color: #990000;
	text-decoration: underline;
}


.nav a:hover {

	color: #990000;
	text-decoration: none;
}
h2 {

	font-size: 20px;
	color: #990000;
}
.footer a:visited {
	color: #990000;
	text-decoration: underline;
}
.footer a:active {

	color: #990000;
	text-decoration: underline;
}
.footer a:hover {

	color: #000000;
	text-decoration: underline;
}
.main a:active {

	color: #000000;
	text-decoration: none;
}
.main a:visited {

	color: #000000;
	text-decoration: none;
}
.main a:hover {

	color: #990000;
	text-decoration: none;
}
