body {
	background: Black;
	color: white;
	font : 12px sans-serif;	
}

.ctitolo {
	border: 1px solid Blue;
	background-color : Red;
	font : bold 12px sans-serif;
	padding: 3px;
	color : White;
}

.cnorm {
	border: 1px solid Blue;
	font : 12px sans-serif;
	padding: 3px;
	color : White;
}

.cevid {
	border: 1px solid Blue;
	font : 12px sans-serif;
	padding: 3px;
	color : White;
	background-color : Navy;
}

.tabella {
	border: 1px solid Blue;
}

.info {
	border: 1px solid Blue;
	background-color : Navy;
	font : bold 12px sans-serif;
	padding: 3px;
	color : White;
}

.extra {
	color: white;
	background-color : blue;	
	font : 12px sans-serif;
	padding: 3px;
	border: 1px solid Blue;		
 }

.msg {
	color: white;
	font : 12px sans-serif;
	padding:4px;
	border: 1px solid Blue;
	height : 100px;
}
 
 p.quote {
	color: Yellow;
	margin:2px;
	padding:0px;
	background : Navy;
}
 
a:link, a:visited {
	color: #FFCE00;
	text-decoration : none;
}

a:hover {
	background: white;
	color : Black;
	text-decoration : none;
}

.button {
	border: 1px solid Red;
	width : 75px;
	background-color : Black;
	color : White;
	margin : 1px;
}

.submit {
	border: 1px solid Lime;
	width : 75px;
	background-color : Black;
	color : White;
	margin : 1px;
}