/* CSS Document */

#linkbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#linkbottom a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#linkbottom a:hover {
	color: #FFFFFF;
	border-bottom: 1px;
	}
