.header {
	background-image: url(art/top.gif);
	background-repeat: no-repeat;
}
.nav {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.nav a:link {
	text-decoration: none;
	color: #F5ECB2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.nav a:visited {
	text-decoration: none;
	color: #F5ECB2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.nav a:hover {
	text-decoration: underline;
	color: #1D8912;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
