html {
	margin: 0;
	padding: 0;
	background-image: url(./background.jpg);
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
}

body {
	text-align:center;
}

a {
	color: #900000;
	text-decoration: none;
}

a:hover {
	color: #900000;
	text-decoration: underline;
}