@charset "UTF-8";
/* CSS Document */

table {
	font-family: Helvetica, Arial;
	font-size: 36px;
	letter-spacing: 1.5pt;
	color: #333333;
}

a:link {
	color: #999999;
	text-decoration: none;

}
a:visited {
	color: #999999;
	text-decoration: none;
}
h1 {
	font-size: 14pt;
}
a:hover {
	font-size: 48px;
	color: #FF0000;
}
body {
	background-color: #3B3B3B;
}

