body
{
	margin-left: 60pt;
	margin-right: 60pt;
	font-family: "Verdana", sans-serif;
}
p
{
	line-height: 120%;
}
h3
{
	line-height: 120%;
	border-color: black;
	border-style: none none solid none;
	padding: 0.2em;
	border-width: 1px;
}
a:link
{
	text-decoration: none;
	color: blue;
}
a:visited
{
	text-decoration: none;
	color: red;
}
a:active
{
	text-decoration: none;
	color: red;
}
a:hover
{
	text-decoration: none;
	color: #00FF00;
}