@charset "utf-8";
/* CSS Document */



body, html {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #FF0000;
}

#content {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

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

a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
}

a img, a:hover img {
	border: 0;
}