@charset "utf-8";
td img {
	display: block;
	font-size: 12px;
}td {
	font-size: 14px;
	background-color: #222;
	background-image: url(../bg.jpg);
	vertical-align: middle;
}
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	background-color: #000;
	text-align: center;
}
a:link {
	text-decoration: underline;
	color: #CCC;
	font-size: 14px;
}
a:hover {
	color: #FC0;
	text-decoration: none;
}
a:visited {
	color: #990;
	text-decoration: underline;
}

.smallerText {
	font-size: 11px;
}

.smallerText a:link {
	font-size: 11px;
}