@charset "UTF-8";
body {
	background-color: #EDECE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
* {
	margin-top: 0px;
	padding-top: 0px;
}
a:link {
	color: #471D64;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #666666;
	font-size: 12px;
}
a:hover {
	color: #666666;
	font-size: 12px;
}
a:active {
	color: #666666;
}
#footer {
	font-size: 12px;
	color: #6D9D0E;
}
#footer img {
	margin-right: 5px;
}

