a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

ul, li { font-size: 13px;
          color: #000000; }
		  
		  	/* DIV COPYRIGHT */
	div#copyright {
	text-align: center;
	font-size: 10px;
	padding: 5px;
	background: #FFFFFF;
	color: #395674;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
		#copyright a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
		#copyright a:hover {
	text-decoration: underline;
	color: #FF0000;
}

