<!--
body {
	background-color: #7D2814;
}
* {
	font-family: Verdana, Helvetica, sans-serif;
}
.nav a , .nav a:active, .nav a:visited 
{
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.nav a:hover
{
	color: #B0374F;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.title {
	font-size: 130%;
	font-weight: bold;	
}
.text{
	font-size:80%;
	padding:0;
}
.b a, .b a:active, .b a:visited 
{
	font-size:80%;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.b a:hover
{
	font-size:80%;
	color: #B0374F;
	text-decoration: none;
	font-weight: bold;
}
-->