body {
	margin: 0px;
	padding:0px;
	background-color: #000000;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12px;
	 color: #ffffff;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}	
a:visited {
color: #ffffff;
text-decoration: none;
}
a:hover, a:active {
	color: #69BA9A;
	text-decoration: none;
	}
	
.table {
     border: 1px;
	  border-color: #F30000;
	  border-style: solid;
	  text-align:center
  }
td {
	text-align: center;
	vertical-align: top;
	color:ffffff;
	 }
