body{
	font-size: 0.8em;
}
h1 {
	color: white;
	font-size: 2em;
	margin-bottom:5px;
}
a, a:visited{
	color: white;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: underline;
}
.admDIVmenu{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	color: white;
	width: 50%;
	text-align: center;
}
.admDIV1{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 90%;
	color: white;
}

.admDIVform{
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 100px;*/
	width: 60%;
	border: 2px solid #999999;
	padding: 10px 10px 10px 10px;
}
.admNeut{
	text-align: center;
	margin-top: 15px;
}
.tabella{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
}
.tabella th{
	background-color: #990000;
	padding: 3px 3px 3px 3px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.tabella td{
	padding: 3px 3px 3px 3px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.divScroll{
	overflow: auto;
	width: 100%;
	height: 50px;
}
.trgrigia{
	background-color: #555555;
}
.trbianca{
	background-color: black;
}
.trgialla{
	background-color: #fffacd; 
	color:black; 
	font-weight:bold;
}
