body {
	color: #000000;
	font-style: normal;
	background-color: #FEFEFE;
	margin:50px 0px;
	padding:0px;
	text-align:center;

}
a:link {
	color: #030303;
	text-decoration: none;
}
a:visited {
	color: #050505;
	text-decoration: none;
}
a:hover {
	color: #A1A1A1;
	background-color: #FDFDFD;
	text-decoration: none;
}
a:active {
	color: #AAAAAA;
	text-decoration: none;
}