/* CSS Document */
.footer{
	width: 750px;
	margin: 0px;
	}
	
.footer p{
	font-size: 11px;
	line-height: 1.50em;
	}
	
.footer p a{
	color: #00CCFF;
	}
.footer p a:hover{
	color: #E9F8C6;
	}
