body{ 
	background: green;
	color: white;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}

td{ 
	background: green;
	color: white;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 12px;
	margin: 0px;
	padding: 5px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}

img { border: 0px none;  }




a:link,
a:visited,
a:active{
	background-color: transparent;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	background-color: transparent;
	color: red;
	text-decoration: none;
	font-weight: bold;
}