@charset "UTF-8";
#right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	font-weight: bold;
}
#right a:link {
	text-decoration: none;
	color: #F00;
}
#right a:visited {
	text-decoration: none;
	color: #F00;
}
#right a:hover {
	color: #000;
}
#right a:active {
	text-decoration: none;
	color: #F00;
}
