body {
	font-family: Tahoma, Arial;
	font-size: 10.5pt;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: green;
	text-decoration: underline;
}

h1 {
	color: #cc0033;
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

h3 {
	color: #009900;
	font-size: 125%;
}