a	{
	cursor : hand;
}
a:link	{
	color : #008000;
	text-decoration : none;
}
a:visited	{
	color : #109010;
	text-decoration : none;
}
a:active	{
	color : #FEEF89;
	text-decoration : none;
}
a:hover	{
	color : #008000;
	text-decoration : underline;
	background-color : #DBEFDA;
}
body	{
	color : #3F3F3F;
	background-color : #f0f0f0;
	font-size : small;
	cursor : default;
	scrollbar-3dlight-color : #9F9F9F;
	scrollbar-arrow-color : #7F7F7F;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : #9F9F9F;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #EFEFEF;
	scrollbar-shadow-color : #6F6F6F;
	line-height : 1.5em;
}
.docs{
	line-height : 1.5em;
	font-size : small;
}
.min{
	font-size : x-small;
}
HR{
  color : #fdb735;
}

