.text {
	font-family: "Century Gothic", AppleGothic, Verdana, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #4d0000;
}
a:hover {
	text-decoration: none;
	color: #7f0000;
}
a:active {
	text-decoration: underline;
	color: #4d0000;
}