a:link {
  text-decoration: none;
  color: #ffffff;
}
a:visited {
  text-decoration: none;
  color: #ffffff;
}
a:active {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: underline;
  color: #ffffff;  
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	text-align: center;
	background: #000000;
	color: #ffffff;
	
}

table {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
