body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #66FFFF;
}

a:link {
	text-decoration: none;
	color: purple;
}

a:visited {
	text-decoration: none;
	color: purple;
}

a:active {
	text-decoration: none;
	color: purple;
}

a:hover {
	text-decoration: none;
	background-color: #66FF66;
	color: purple;
}

.tstyle {
	border: 1px solid black;
	border-collapse: collapse;
}

.hstyle {
	font-size: large;
	font-weight: bolder;
	padding-bottom: 10px;
}

.pstyle {
	padding-bottom: 10px;
}

.fnstyle {
	font-size: xx-small;
	font-style: italic;
	padding-top: 10px;
}

TH.tstyle {
	border: 1px solid black;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	background-color: #AAAAFF;
}

TD.tstyle {
	border: 1px solid black;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
