.body {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.body:hover {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.body:link {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.highlightOrange {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF9700;
	text-decoration: none;
}

.highlightRed {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}

.player {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.player:hover {
	font-family: verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}

.player:link {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.headline {
	font-family: verdana;
	font-size: 18px;
	color: #FF9700;
	text-decoration: none;
}

.headline:hover {
	font-family: verdana;
	font-size: 18px;
	color: #000066;
	text-decoration: underline;
}

.headline:link {
	font-family: verdana;
	font-size: 18px;
	color: #FF9700;
	text-decoration: none;
}