body {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: normal;
	background-color: #6381D7;
        color: #FFFFFF;
}
table.tabellamenu {
        width: 800px;
        border: solid black;
        border-width: 1px;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        border-collapse: collapse;
}
table.tabellamenu td{
        border: solid black;
        border-width: 1px;        
}
table.tabellacontenuto {
        width: 800px;
        border: solid black;
        border-width: 1px;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        border-collapse: collapse;
}
table.tabellacontenuto td{
        border: solid black;
        border-width: 1px;
}
.btesto {
	font-weight: bold;
        font-size: 15px;
        /*color: #800080;*/
        color: #000000;
	line-height: 20px;
}
.testo {
	font-weight: normal;
        font-size: 15px;
        /*color: #800080;*/
        color: #000000;
}
.testo a:link {
        color: #000000;
	font-weight: normal;
	text-decoration: none;	
}
.testo a:visited {
        color: #000000;
	font-weight: normal;
	text-decoration: none;	
}
.testo a:hover {
	font-weight: normal;
	text-decoration: underline;	
}
.menu1 {
        font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.menu1 a:link {
        text-decoration: none;
	font-weight: bold;	
}
.menu1 a:hover {
        text-decoration: none;
	font-weight: bold;
        color: #B9FF59;
}
.menu1 a:visited {
        text-decoration: none;
	font-weight: bold;	
}
.menu1 a:active {        
	text-decoration: none;
	font-weight: bold;	
}
.menu2 {
        font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.menu2 a:link {
	font-weight: bold;
	text-decoration: none;	
}
.menu2 a:visited {
	font-weight: bold;
	text-decoration: none;	
}
.menu2 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #B9FF59;
}
.menu2 a:active {
	text-decoration: none;
	font-weight: bold;	
}