body {
	font-family: "Trebuchet MS";
    font-size: 12px;
	color: Black;
	margin: 0;
	padding: 0;
}
.normal 
{
   font-family: "Trebuchet MS";
   color: Black;
   line-height: 12px;
   font-size: 11px;
}

.normplus, a.normplus:link, a.normplus:visited 
{  font-family: "Trebuchet MS";
   color: Red;
   line-height: 12px;
   font-size: 11px;
   font-weight: Bold;
}

a.normplus:hover 
{  font-family: "Trebuchet MS";
   color: Blue;
   line-height: 12px;
   font-size: 11px;
   font-weight: Bold;
}

.foolnk 
{  font-family: "Trebuchet MS";
   color: Gray;
   line-height: 14px;
   font-size: 10px;
   text-decoration: none;
}

a {
	text-decoration: none;
}

a:link {
	color: Blue;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
}

a:visited {
	color: Blue;
	text-decoration: none;
}

.titolo 
{
   font-family: "Trebuchet MS";
   color: White;
   line-height: 13px;
   font-size: 12px;
   margin-top: 5px;
   margin-bottom: 3px;
   font-weight: Bold;
   text-align: bottom;
}
