a:link, a:visited, a:active {
	text-decoration: underline; color: #000;
}
a:hover {
	text-decoration: none;
}
body {
	background-color: #000;
	color: #000;
	font-size: 12px;
	font-family: Verdana, sans-serif, Arial;
}
td {
	color: #000;
	font-size: 12px;
	font-family: Verdana, sans-serif, Arial;
}
td.button {
	text-align: center;
	width: 158px;
	height: 56px;
	background-image: url(../images/button.gif);
	padding: 0px;
}
a.button {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-family: Bauhaus 93, Verdana, sans-serif, Arial;
}