a.coll:link    		{text-decoration=none;color:#000080;background-color: trasparent;}
a.coll:visited 		{text-decoration=none;color:#000080;background-color: trasparent;}
a.coll:active 		{text-decoration=underline;color:blue;background-color: white;}
a.coll:hover		{text-decoration=underline;color:blue;background-color: trasparent;}

a.white:link    	{text-decoration=none;color:#FFFFFF;background-color: trasparent;}
a.white:visited 	{text-decoration=none;color:#FFFFFF;background-color: trasparent;}
a.white:active 		{text-decoration=underline;color:white;background-color: trasparent;}
a.white:hover		{text-decoration=underline;color:yellow;background-color: trasparent;}


body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #FFFFFF; 
	font-size:9 pt; 
	font-weight:bold;
}

a:link
{
	color: light-blue;
	text-decoration:none;
	background: trasparent;

}

a:visited
{
	color: dark-blue;
	text-decoration:none;
	background: trasparent;

} 

a:hover
{
	color: black;
	text-decoration:underline;
	background: trasparent;

}

a:active 
{
	color: black;
	text-decoration:underline;
	background: trasparent;

}

table
{
	font-family: Verdana, Arial, Helvetica;
	background-color: none; 
	font-size:9 pt; 

}

h1
{
	font-family: Verdana;
	color: #000000;font-size:36 pt
}
h2
{
	font-family: Verdana;
	color: #000000;font-size:24 pt 
}
h3
{
	font-family: verdana;
	color: #000000;font-size:18 pt 
}
h4
{
	font-family: verdana;
	color: #000000;font-size:14 pt
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}
