font {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #006600;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #006600;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
	font-weight: normal;
	color: #006600;
}
.footer a:visited {
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	color: #00FF00;
	background-color: #CCCCCC;
}
