/*body, table, tr, td {
	font: 8pt tahoma;
	color: #404040;
	letter-spacing: 1px}*/
body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #000000;
	background-image:url(grafica/sfondo.jpg);
	background-repeat: repeat-y;
	color:#cccccc;
	font-family:Verdana,Arial,Sans-serif;
	font-size:8pt;
}
div#corpo{
	width:650px;
	background-image:url(grafica/iamlegend.jpg);
	background-repeat:no-repeat;
}
div#header{
	width:650px;
	height:420px;
}
div#content{
	width:470px;
	margin-left:30px;
	margin-bottom:20px;
}
div#footer{
	width:650px;
	height:45px;
}
div#credits{
	width:470px;
	margin-left:30px;
	padding-top:10px;
	text-align:center;
	font-size:7pt;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #cccccc;
	text-decoration:none;
	cursor:ne-resize;
}
a:hover {
font-weight: bold;
color: #cccccc;
text-decoration: line-through;
cursor:ne-resize;
}
#credits a:link, #credits a:active, #credits a:visited {
	font-weight: bold;
	color: #cccccc;
	font-size:7pt;
	text-decoration:none;
	cursor:ne-resize;
}
#credits a:hover {
font-weight: bold;
color: #cccccc;
font-size:7pt;
text-decoration: line-through;
cursor:ne-resize;
}
#content h3 {
	font-family:Verdana,Arial,Sans-serif;
	font-size:10pt;}
table, tr, td {
	font-family:Verdana,Arial,Sans-serif;
	font-size:8pt;}
input, textarea, option, select {
	background-color: #000000;
	font: 8pt arial;
	color: #cccccc;
	letter-spacing: 1px;
	border: 1px solid #cccccc;
	padding:2px; }
ul{
	list-style:none;
}

li{
	list-style-type:square;
}
li.listed a:link, li.listed a:active, li.listed a:visited {
	font-weight: normal;
	color: #cccccc;
	text-decoration:none;
	cursor:ne-resize;
}
li.listed a:hover {
	font-weight:bold;
	color: #cccccc;
	text-decoration: line-through;
    cursor:ne-resize;
}
