@charset "UTF-8";
#aside a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
#aside a:visited {
	color: #003366;
}
#aside a:hover {
	color: #666666;
	text-decoration: underline;
}
#aside a:active {
	color: #003366;
	font-weight: bold;
}


