body {
	background-color: White;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	letter-spacing : 0.2ex;
}
h2 {
	font-size: 140%;
	font-weight: normal;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
a {
	text-decoration: underline;
}
a:link {
	color: Blue;
}
a:visited {
	color: Purple;
}
a:hover {
	color: Red;
}
a:active {
	color: #0066ff;
}
