
A:link { 

	text-decoration: none; 
	color: #5599ff; 
	font-weight:bold;
}


A:active { 
	text-decoration: none; 
	color: ffffff; 
	font-weight:bold;
}

A:hover { 
	text-decoration: none; 
	color: #ffffff; 
	font-weight:bold;
}

body { 
	font-family: Verdana; 
	color: #5599ff; 
	text-align: left;
background: #000000;
}

table {
	width: 100%;
	border: 0;
}

td {
	text-align: center;
	vertical-align: top;
}