body {
	background-color: #D8FCFF;
}

a:link {
	color: #0033ff;
	font-style: italic;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
a:visited {
	text-decoration: none;
	color: #9900FF;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
}
a:hover {
	text-decoration: underline;
	color: #FF99FF;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
}
a:active {
	text-decoration: none;
	color: #FF3366;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
}
a {
	font-weight: bold;
	font-style: normal;
}

