@charset "windows-1251";
a:link {
	color: #4e4e4e;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #bcb618;
}
a:active {
	color: #333333;
}
