body
{
	background-color: white;
	color: black;
}

a:link
{
	color: green;
}

a:visited
{
	color: green;
}

a:focus
{
	color: blue;
}

a:hover
{
	color: blue;
}

a:active
{
	color: red;
}

h1
{
	text-align: center;
	color: green;
}

h2
{
	text-align: center;
}

h3
{
	padding-left: 7em;
}

p
{
	text-align: left;
	font-family: Times;
	font-size: 20pt;
}

#footer
{
	padding-top: 4em;
	text-align: center;
	color: green;
}

.special
{
	width: 5px;
	visibility: hidden;
}