body,
html {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		background-color: #ccb58c;
		background-repeat: no-repeat;
		background-image:url(img/test_bg.jpg);
		color: #777669; /* body grey */
	font-family: "New Gothic", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
}


a {
	font-weight: bold;
	color: #a47749; /* purple */
}

a:link		{ color: #a47749; /* purple */ }
a:visited	{ color: #a47749; /* purple */ }
a:hover		{ color: #33332d; /* red */ }
  
  
.topnav {
	font: bold;
	font-size: 14px;
	width: 100%;
	color: #fff;
	padding-left: 10px;
	text-transform: uppercase;
	}
.topnav A:link {color:#fff;text-decoration: none;}
.topnav A:visited {color:#fff;text-decoration: none;}
.topnav A:hover {color:#fff;text-decoration: underline;}
 


.title {
	font-size: 22px;
	color: #ba9646;
} 
 
  
 .footer {
	color:#a26600;
	}
.footer A:link {color:#a26600;text-decoration: none;}
.footer A:visited {color:#a26600;text-decoration: none;}
.footer A:hover {color:#777669;text-decoration: underline;}
 

