body,td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a,a:active,a:visited{
	text-decoration: none;
}
a.menu{
	text-decoration: none;
	color:white;
}
a.header{
	text-decoration: none;
	color:black;	
}
a.header:hover{
	text-decoration:none;
	color:blue;
	border-style:none;
	background: transparent;
}
a:hover{
	background: black;
	color:white;
	text-decoration:none;
	border-style: solid;
	border-width:1px;
	border-color:red;
}
.menubar{
	background: #008000;
	color: white;
	font-size: xx-small;
	font-weight: bold;
}
.logo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.microbutton{
	font-size:xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #31659C;
	color: white;
	text-transform: uppercase;
}
.bluearea{
	background-color: #31659C;
	font-size: 1pt;
}
.yellowarea{
	background-color: #FFCF00;
}
.greenarea{
	background: #008000;
}
.separatore{
	font-size: 1pt;
	background: black;
}
.demoblock{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-color: Black;
}
.yellowtitle{
	background-color: #FFCF00;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-color: Black;
}
.yellowleftborder{
	background-color: #FFCF00;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 0px;
	border-color: Black;
}
.hint{
	background-color: #FFEBCD;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-color: Black;
}