/* CSS Document */
html, body {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: rgb(0, 0, 0);
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	}
	

/* links */
a  {
	text-decoration: underline;
	color:#fff;
	background:transparent;
	}
	
a:Visited  {
	text-decoration: none;
	color:#fff;
	background:transparent;
	}
	
a:Hover  {
	text-decoration: none;
	color:#ccc;
	background:transparent;
	}

