body {
	color: black;
	background: #CCCCCC;
	font-family: Arial, Helvetica, Geneva, sans-serif
}

P.footer {
	margin-top: 1em;
	font-size: 71%;
	font-family: Arial, Helvetica, Geneva, sans-serif
}

A:link {
	color: blue;
	background: #CCCCCC
}
A:visited {
	color: #663399;
	background: #CCCCCC
}
A:active {
	color: red;
	background: #CCCCCC
}
