body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCFFFF;
	margin: 20px;
}
.corner {
	background-color: #FFFFCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	background-color: #FFCCFF;
	text-decoration: none;
}
