BODY {
	padding:0;
	margin:0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-size: 11px;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;

}
		
.body {
	font-family: tahoma;
	font-size:11px;
	color:#5b3c0e;
	line-height:14px; 
	align:justify;
	text-decoration: none;
}
		
.bodyLink {
	font-family: tahoma;
	font-size:11px;
	color:#9f4e23;
	text-decoration: underline;
	line-height:14px; 
	align:justify;
}
		
.head {
	font-family: tahoma;
	font-size:12px;
	color:#9f4e23;
	line-height:14px; 
	align:justify;
	font-weight: bold;
	text-decoration: none;

}