a, a:visited {
	color: #FF4E00;
	text-decoration: underline;
	font-size: inherit;
}
a:hover {
	color: #FFB900;
	text-decoration: none;
}
#menu a, #menu a:visited {
	font-family: Arial, sans-serif;
	padding: 4px 5px 4px 5px;
	color: #444;
	font-size: 9pt;
	font-weight: 900;
	text-decoration: none;
}
#menu a:hover {
	background: #FFB900;
	font-size: 9pt;
	color: #fff;
}
#menu a.current, #menu a.current:visited {
	color: #fff;
	background: #FF4E00;
}
#bottom a, #bottom a:visited {
	color: #ccc;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}
#bottom a:hover {
	color: #FFB900;
	text-decoration: underline;
}
li.literki a, li.literki a:visited {
	border: 1px solid #000;
	margin: 5px 1px 5px 1px;
	padding: 2px 3px 2px 3px;
	background: #fff;
	text-decoration: none;
}
li.literki a:hover, li.literki a.current {
	background: #eee;
	color: #000;
	border-bottom: 2px solid #000;
}
#sidebar a, #sidebar a:visited {
	color: #fff;
	text-decoration: underline;
	font-size: 8pt;
}
#sidebar a:hover {
	text-decoration: none;
}
a.rlink {
	float: right;
	display: block;
	padding: 5px;
}