	body {
	font-family: Arial;
	font-size: 14px;
	background-color: #AA0000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
}

.content {
	font-family: Arial;
	font-size: 14px;
}
.content a{
	color: #FF0000;
	text-decoration: none;
}

.content a:hover {
	background-color: #FFEEEE;
}

.menu {
	font-family: Arial;
	font-size: 12px;
}
.menu a{
	color: #FF0000;
	text-decoration: none;
}

.menu a:hover {
	background-color: #FFEEEE;
}


.footer{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer a{
	color: #FFFFFF;
}
.footer a:hover {
	color: #FFFF00
}
