h2 {
 margin-bottom: 10px;  margin-top: 10px;
}
BODY {
	color: White;
	background-color: #3366FF;
	font-family: Arial, sans-serif;
	font-size: medium;
}
A {
	color: White;
	text-decoration: underline;
}
a:hover {
	background:;
	background-color: White;
	color: Blue;
	text-decoration: none;
}

