body{
margin:auto;
background:#000000;
}
.Black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
.Orange  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #cfcfcf;
	text-decoration: none;
}

.Orange a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
}

a.facebook{
	display:block;
	float:left;
	width:100px;
	height:31px;
	background:url(images/facebook.jpg) no-repeat 0px 0px;
	text-decoration:none;
	color:#CCC;
}

a.facebook:hover{
	background:url(images/facebook.jpg) no-repeat 0px -31px;
	color:#999;
}
