.arcade {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
body {
	background-image: url(background.png);
	background-repeat: repeat;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0033FF;
	text-decoration: none;
}
.table2 {
	border: 1px solid #999999;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #0F6296;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
a		{
		font-weight:bold;
		text-decoration:none;
		color:#FCFCFC;
		}
a:hover	{
		text-decoration:underline;
		}

