
body {
	background : Black;	
	background-position : center;
	background-repeat : no-repeat;
}

a{
 text-decoration : none;
 color : Lime;
}

a:hover {
	text-decoration : underline;
	color : Lime;	 
}
img{
	border : 0px;
}

table{
	border : 0px;
}