.verdescuro {
	color : #006400;
	font-weight : bold;
}
.verdemedio {
	color : #008800;
	font-weight : bold;
}

#layout {
   width: 750px;
   border: 1px solid #228B22;
   padding: 5px;
   font-size: 12px;
}

.verdechiaro {
	color : #009933;
	font-weight : bold;
}
body {
	font-family : verdana, sans-serif;
   font-size: 12px;
}

.verdana {
	font-family : Verdana;
}

.arial {
	font-family : Arial;
}

.minilinks h1 {

   font-size: 11px;
   font-weight: normal;
   color: #228B22;
}

.minilinks {
   color: #A9A9A9;
   font-size: 10px;
}

.minilinks A , .minilinks A:LINK {
   color: #A9A9A9;
   font-weight: bold;
   text-decoration: underline;
}

.minilinks A:HOVER {
   color: #708090;
   font-weight: bold;
   text-decoration: underline;
}

.ottopunti {
	font-size : 8pt;
}
.novepunti {
	font-size : 9pt;
}


.dodicipunti {
	font-size : 12pt;
}
.sedicipunti {
	font-size : 16pt;
}
A:LINK, A:VISITED {
	text-decoration : none;
	color : #339933;
	
}
A:HOVER {
	text-decoration : underline;
	color : Red;
}