body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0066CC;
	margin: 0px;
	padding: 20px;
}
a:link { 
	color: #0066CC;
	text-decoration:underline;
}
a:visited { 
	color: #0066CC;
	text-decoration:underline;
}
a:hover { 
	color: #0066CC;
	text-decoration:underline;
}
		
.footer {
	height: 71px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	letter-spacing: 0.1em;
}
.footer a:link {
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
