@charset "utf-8";
/* CSS Document */

<!--
#sidePanel a {
	font-size: 14px;
	color: #FF3;
}
#sidePanel a:hover
{
	font-size: 14px;
	color: orange;
	border: none;
}

#sidePanel a:active
{
	font-size: 14px;
	color: lime;
}
-->


