body {
	font-size: medium;
	background-color: #000066;
}
a {
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	color: #cccccc;
}

