p, body {
	font-family: arial;
}

h1 {
	text-align: center;
	color: black;
	font-family: arial;
	font-variant: small-caps;
}

h2 {
	color: black;
	font-family: arial;
	font-variant: small-caps;
	line-height: 6pt;
}

h3 {
	color: black;
	font-family: arial;
	line-height: 6pt;
}

a:link {
	color: #a00;
	text-decoration: none;
}

a:visited {
	color: goldenrod;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

th {
	font-family: arial;
        font-size: smaller;
	border-bottom: #a00 solid thin;
	border-top: #a00 solid thin;
	border-left: none;
	border-right: none;
}

td {
	border-left: none;
	border-right: none;
}