body {
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: Tahoma;
	font-size: 10px;
	color: #934E2E;
}
.more {
	font-size: 10px;
	font-weight: bold;
	color: #BC0000;
}
.titles {
	font-size: 11px;
	font-weight: bold;
	color: #A97A45;
}
.copyrights {
	font-family: tahoma;
	font-size: 9px;
	color: #F8F7CD;
}

a {
font-family: Tahoma;
	font-size: 10px;
	color: #934E2E;
	text-decoration:underline;
}

a:hover {
font-family: Tahoma;
	font-size: 10px;
	color: #934E2E;
	text-decoration:none;
}