@charset "utf-8";
#side_bar     a:link    {
	text-decoration: none;
	color: #7F7949;
}
#side_bar  a:visited {
	text-decoration: none;
	color: #7F7949;
}
#side_bar   a:hover   {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}
#side_bar  a:active {
	text-decoration: none;
	color: #660000;
}
