A:link{
	color:rgb(218,34,61);
	text-decoration:underline;
	font-weight:bold;
}
A:visited{
	color:rgb(218,34,61);
	text-decoration:undelrine;
	font-weight:bold;
}
A:active{
	color:rgb(218,34,61);
	text-decoration:undelrine;
	font-weight:bold;
}
A:hover{
	color:rgb(251,171,24);
	text-decoration:undelrine;
	font-weight:bold;
}

body, p, td, div, span, menu, ul, li{
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
}
strong, b{
	font-weight:bold;
}

body, textarea{
	scrollbar-3dlight-color:rgb(252,200,105);
	scrollbar-arrow-color:rgb(251,171,24);
	scrollbar-base-color:rgb(251,171,24);
	scrollbar-darkshadow-color:rgb(251,171,24);
    scrollbar-face-color:rgb(254,230,185);
	scrollbar-highlight-color:rgb(255,255,255);
	scrollbar-shadow-color:rgb(254,230,185);
	overflow:hidden;
}