body {
	color: black;
	background: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
        margin: 0.5in 0.5in 0.5in;
}

A:link {
	color: darkblue;
	text-decoration: underline;
	background: transparent;
}

A:visited {
	color: forestgreen;
	text-decoration: underline;
	background: transparent;
}

A:active {
	color: crimson;
	text-decoration: underline;
	background: transparent;
}
