@charset "UTF-8";
/* CSS Document */

body {
	background-color: #888888;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding-top: 20px;
}
.footer a:link {
	text-decoration: none;
	color: #666;
}
.footer a:over {
	text-decoration: none;
	color: #666;
}
.footer a:active {
	text-decoration: none;
	color: #666;
}
.footer a:visited {
	text-decoration: none;
	color: #666;
}
