 #footer {
 	width:			850px;
	font-size:		10px;
	font-family:	Trebuhet MS, Arial, Verdana, Tahoma;
	color:			#505050;
	text-align:		center;
 }
 #footer a {
 	color:			orange;
	text-decoration:	none;
	border-bottom:	1px dotted black;
 }
 #footer a:hover {
 	color:			#444444;
	border-bottom:	0;
 }

