@charset "ISO-8859-1";
body {
	background-color: #b6b3a4;
	margin-top:10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	margin-right:20px;
}
a:link{
	color:#006699;
	text-decoration:underline;
}
a:active{
	color:#006699;
	text-decoration:underline;
}
a:visited{
	color:#006699;
	text-decoration:underline;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}