body {
	background-image: url(/img/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}
a:link, a:active, a:visited {
	color: #7F8025;
	text-decoration: none;
}
a:hover {
	color: #EDEDED;
	text-decoration: none;
}
.inside {
padding: 10px;
margin: 5px; 
}
.title {
	font-size: 18px;
	color: #7F8025;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	text-transform: uppercase;
}
.nav a, .nav a:active, .never a:visited {
	background-color: #BBAF8D;
	color: #EDEDED;
	text-decoration: none;
display: block;
font-size: 12px;
padding: 2px;

}
.nav a:hover {
	background-color: #852E01; 
}
