h1 { font-size: large }
h2, h3 { font-size: medium  }

body {
	color: black;
	background: #98BCFF;
}

a:link {
	color: #0000FF;
	font-style: normal;
	text-decoration: underline;
}

a:visited, a:active {
	color: #AA00FF;
	font-style: normal;
}

a:hover {
	color: #5500FF;
	text-decoration: none;
}
