h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:hover {
	background-color: #F7E519;
}.huge {
	font-size: xx-large;
}
.small {
	font-size: x-small;
}
.super {
	font-size: x-small;
	vertical-align: super;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.red {
	color: #FF0000;
}
