body {
	background-color: #000;
	text-align: center;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
		
}
a:hover {
	color: #999;	
	text-decoration: none;
}
a:visited {
	color: #660;	
	text-decoration: none;
	border: 0;
}
table {
	width: 800px;
	text-align: right;
}

img {border:0;} 
