BODY {
	font-family : "Comic Sans MS", "Times New Roman", "Courier New";
	background : black;
	text-align : justify;
	color : White;
	font-size : 14px;
}

TABLE {
	border-color : White #F8F8FF;
	border: 0px
}
.border1{
	border-color : White #F8F8FF;
	border : thin solid;
}
.px16{font-size: 16px;}
.px14{font-size: 14px;}
.px12{font-size: 12px;}
.px11{font-size: 11px;}
.px10{font-size: 10px;}

UL {}
HR {
	color : White;
}

	
H1 {
	font-size : 24pt;
	font-weight : bold;
}

H2 {
	font-size : 18pt;
	font-weight : bold;
}

H3 {
	font-size: 14pt;
	font-weight : normal;
}

H4 {
	font-size: 11pt;
	font-weight: normal;
}

H5 {
	font-size: 8pt;
	font-family : "Courier New";
	font-weight: normal;
}	
.giallo{
	color : #FFFF00;
}
.aqua{
	color : #00FFFF;
}
.bold_italic{
	font-weight : bold;
	font-style : italic;
; background-color: #CCCCCC
}
.bold {
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.just{
	text-align : justify;
}
.center{
	text-align : center;
}
.left {
	text-align : left;
}

A {
	color: Yellow;
	font-style : normal;
	text-decoration : none;
}
A:active {
	color: Olive
} 
A:Hover {
	text-decoration: none;
	color: Aqua;
}

.grey {  color: #999999}

