*{
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #000000;
	text-align: center;
	font-family:verdana, tahoma, helvetica, arial;
   	color: white;
	line-height: 18px;
   	font-size : 14px;
}
A{
   	color : white;
	text-decoration : none;
}
A:hover{
	text-decoration : none;
}
