/* CSS Document */

.mylink
{
    font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	color: #000000;
	background-color:#ffffff;
}	

.mylink16
{
    font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	background-color:#ffffff;
}	

.mylink2
{
    font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	background-color:#ffffff;

}

.mylink3
{
    font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #ff0000;
	background-color:#ffffff;
	text-decoration:underline;
}

.search { display : none; }

.made
{
    font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	color: #666666;
	background-color:#ffffff;
	background-image:url(images/footer.gif);
}	

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color:#FF00FF;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}

.titoloGrigio
{
    font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-weight:bold;
	color:#333333;
}

.titoloRosa
{
    font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-weight:bold;
	color:#FF00FF;
}

.titoloNero
{
    font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}

.testo
{
    font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
}

.testoNero
{
    font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
}

.testoNeroPiccolo
{
    font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #000000;
}

.corsivo
{
    font-family:"Courier New", Courier, monospace;
	font-size: 31px;
	color:#000000;
}

.corsivomini
{
    font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	color:#000000;
}

.categorie
{
    font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#AA0000;
}

#ContenutoScrollBar {
  padding: 14px;
  border: 0px solid #000;
  overflow: auto;
  text-align:justify;
}
