a:link {
	font-family: Verdana;
		font-size: 11px;
	color: Red;
	text-decoration: none;
}

a:visited {
	font-family: Verdana;
		font-size: 11px;
	color: Red;
	text-decoration: none;

}

a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: Red;
	text-decoration: underline;
}

.text{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.textbold{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: justify;
        font-weight: bold;	
}


.textwhite{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}

.textboldwhite{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
        font-weight: bold;	
}

.titlewhite{
	font-family: Verdana;
	font-size: 20px;
	font-weight: blod;
	color: #FFFFFF;
	text-align: justify;
}

.undertitlewhite{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	font-style: italic;
}

.titoloparagrafo{
	font-family: Verdana;
	font-size: 13px;
	color: Red;
	text-align: justify;
	font-weight: bold;
}

.titoloparagrafoitalico{
	font-family: Verdana;
	font-size: 13px;
	color: Red;
	text-align: justify;
	font-weight: bold;
	font-style: italic;
}

body
{
border: 1px solid #FFFFFF; 
scrollbar-base-color: #000000;
scrollbar-arrow-color: #FF0000;
scrollbar-face-color: #000000;
}

