@charset "utf-8";
.banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #B5A689;
}
a:link {
	color: #9E5127;

}
a:visited {
	color: #9E5127;
}
a:hover {

	color: #B5A689;
}
a:active {
	color: #9E5127;
}
.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.nav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
		color: #FFFFFF;
	text-decoration: none;
}
.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
		color: #B5A689;
	text-decoration: none;
}
.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
		color: #FFFFFF;
	text-decoration: none;
}
.text {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
}
