BODY {
	color: Black;
	background-color: #000033;
	font-family: Arial, sans-serif;
	font-size: small;
}

A {
	color: #483D8B;
}

A:HOVER {
	color: Green;
}

h1 {
	font-family: Arial;
	font-size: larger;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #483D8B;
}
