.down {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
html, body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color:#E8E8E8;
	color: #666666;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
a:visited {
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
a:focus {
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#00CCFF;
	text-decoration:underline;
}
a:active {
	font-weight:bold;
	color:#990033;
	text-decoration:underline;
}

