body,html{
	padding: 0px;
	margin: 0px;
	background-color: #720000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
a{
	text-decoration: underline;
	color: black;
}
a:hover{
	color: #DFBEB5;
	text-decoration: none;
}