body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 12px;
	color : White;
	background-color : Black;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 13px;
	color : White;
}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height : 15px;
	color : White;
}

a:link {
	color : #6889BE;
	text-decoration : underline;
}

a:visited {
	color : #6889BE;
	text-decoration : underline;
}

a:hover {
	color : white;
	text-decoration : underline;
}

a:active {
	color : #6889BE;
	text-decoration : underline;
}

.sub a:link {
	color : #6889BE;
	text-decoration : none;
}

.sub a:visited {
	color : #6889BE;
	text-decoration : none;
}

.sub a:hover {
	color : white;
	text-decoration : none;
}

.sub a:active {
	color : #6889BE;
	text-decoration : none;
}
