/* CSS Document */



.footer
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#7A4E29;
}
.nav:active {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#F8B96C;
	font-weight: bold;
	text-transform: uppercase;
text-decoration: none;	
}	
.nav:link {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#F8B96C;
	font-weight: bold;
	text-transform: uppercase;
text-decoration: none;	
	
}
.nav:visited {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#F8B96C;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	
}
.nav:hover {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#330000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.name {
font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:#C67936;
}
a:link {
	color: #F8B96C;
	
}
a:visited {

	color: #F8B96C;
}
a:hover {
	color: #3D0F00;
}
a:active {

	color: #F8B96C;
}
.text {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
}
