.wh {
	font-size : 10px;
	font-family : Verdana;
	color : #f5f5f5;
	background-color : #6699CC;
}
.bl {
	font-size : 10px;
	font-family : Verdana;
	color : #1F1F1F;
}
.blb  {
	font-size : 12px;
	font-family : Verdana;
	font-weight : bold;
	color : #1F1F1F;	
}
.whb  {
	font-size : 12px;
	font-family : Verdana;
	font-weight : bold;
	color : #f5f5f5;
	background-color : #6699CC;
}
.yelb {
	font-size : 12px;
	font-family : Verdana;
	font-weight : bold;
	color : #FFCC33;
	background-color : #6699CC;
}
.yel {
	font-size : 12px;
	font-family : Verdana;
	color : #FFCC33;
}
.grb {
	font-size : 12px;
	font-family : Verdana;
	font-weight : bold;
	color : #00CC33;
}
.gr {
	font-size : 12px;
	font-family : Verdana;
	color : #00CC33;
}
.grbb {
	font-size : 18px;
	font-family : Verdana;
	font-weight : bold;
          color : #00CC33;
}
.redbb {
	font-size : 18px;
    font-family : Verdana;
	font-weight : bold;
	color : #FF0000;
}
.yelbb {
	
	font-size : 18px;
	font-family : Verdana;
	font-weight : bold;
	color : #FFCC33;
	
}

A  {
    color : #ff0000;
	text-decoration : none;
	
}
A:Visited  {
	color : #ffFF00;
	text-decoration : none;
	
}
A:Active  {
    color : #00FF00;
	text-decoration : none;
	
}
A:Hover  {
	color : #00FF00;
	text-decoration : underline;
}
BODY  {
	font-size : 12px;
	color : #ffffff;
	font-family : Verdana;
	background-color : #336699;
	scrollbar-base-color : #336699;
	scrollbar-arrow-color : #ffCC33;
}