
.bla  {
	font-size : 15px;
	color : Black;
	font-family : "Arial Rounded MT Bold";
}
.bla1  {
	font-size : 15px;
	color : Black;
	font-family : "Arial Rounded MT Bold";
	text-align : justify;
}
.blab1  {
	font-size : 18px;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
	font-style : italic;
}
.blab2  {
	font-size : 17px;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.blab3  {
	font-size : 10px;
	color : Black;
	font-family : "Arial Rounded MT Bold";
}
A  {
    color : #cc0000;
	text-decoration : none;
}

A:Visited  {
	color : Red;
	text-decoration : none;
}

A:Active  {
    color : #008000;
	text-decoration : none;
	
}

A:Hover  {
	color : Silver;
	text-decoration : none;
}
BODY {
	scrollbar-base-color : White;
	scrollbar-darkshadow-color : ThreedShadow;
	scrollbar-shadow-color : Black;
	scrollbar-track-color : Scrollbar;
}
