body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: "#FFFFFF";
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0000cc;
}
a {
	font-size: 16px;
	font-family: Arial;
}
a:hover {
	background-color: #CCFFCC;
}


