html{
/*	width: 100%;
	height: 100%; */
	margin: 0;
	border: 0;
}

body{
/*	width: 100%;
	height: 100%; */
	margin: 0;
	border: 0;
	font-family: "trebuchet MS", verdana;
	font-size: 11px;
	color: #cccccc;
	background-color: #000000;
}

body.popup{
	background-image: url(../img/back.png);
	background-position: top center;
	background-repeat: no-repeat;
}

TABLE.main{
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	border-bottom: 1px solid #393939;
/*	padding-left: 5px; */
}

A{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

A:hover{
	color: red;
}

STRONG{
	font-size: 13px;
	font-weight: bold;
}

img{
	padding: 10px;
}

.titolo{
	font-size: 16px;
}