body {
	font-family: verdana;
	font-size: 10pt;
	color: white;
	background: #4B9600;
}
h1 {
	color: white;
	font-size: 14pt;
}
dl {
	color: white;
}
A:link {
	color: yellow;
	font-size: 10pt;
	text-decoration: none;
}
A.sponsor:link {
	color: yellow;
	font-size: 10pt;
	text-decoration: underline;
}
A:visited {
	color: yellow;
	font-size: 10pt;
	text-decoration: none;
}
A.sponsor:visited {
	color: yellow;
	font-size: 10pt;
	text-decoration: underline;
}
A:hover {
	color: #ff33cc;
	font-size: 150%;
	text-decoration: underline;
}
A.sponsor:hover {
	color: #ff33cc;
	font-size: 150%;
	text-decoration: underline;
}
