#leftmenu a {
	font-size: 12px;
	color: #FFC;
	display: block;
	text-decoration: none;
	background-color: #1e1200;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#leftmenu a:hover {
	color: #201200;
	background-color: #C90;
	font-weight: bold;
}
#copyright a {
	text-decoration: none;
	color: #FF6;
}
#copyright a:hover {
	text-decoration: underline;
	color: #FC0;
}
#textinfo a {
	text-decoration: underline;
	color: #096;
}
#textinfo a:hover {
	color: #036;
	text-decoration: none;
}
#listlinks a {
	font-size: 14px;
}
