body {
	margin: 0;
	padding: 0;
	font-family: "arial", sans-serif;
	font-size: 12px;
	background-color: #666;
}
#tutto{
	width: 100%;
	position: absolute;
	top:0px;
	left:0px;
}
dl {
	padding: 0px;
	margin: 0px;
}
#g_list {
	background-color:#FF33CC;
	text-transform : uppercase;
	padding-left: 6px;	
	padding-bottom: 2px;
	 color:#FFF;
	font-family: "Arial", sans-serif;
	font-size: 10px;
}
#g_list a {
 text-decoration: none;
 color:#FFF;
	font-family: "Arial", sans-serif;
	font-size: 10px;
}
#g_list a:hover {
 border-bottom: 1px dotted white;
 
}
#lista {
	padding: 0;
	margin-top: 0;
	background-color:#FFcc22;
	color:#FFF;
	font-family: "Arial", sans-serif;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;

}
#lista a {
	padding: 2px 5px;
	background: #FDFDFD;
	border : 1px solid #8A2BE2;
	text-decoration : none;
	margin: 0;
	color: #FF3333;
	text-transform : capitalize;
	
	font-weight : bold;
	line-height: 30px;
}

#lista a:hover {
	padding: 2px 5px;
	background: #FF3333;
	border : 1px solid #339900;
	text-decoration : none;
	margin-bottom : 25px;
	color: #FDFDFD;
	text-transform : capitalize;
	font-weight : bold;
}

#footer {
	background-color: #999;
	position: relative;
	top: 0px;
	left: 0px;
	

}

#footer a {
	color:#FFF;
	text-decoration : none;
}
#footer a:hover {
	color: red;
	text-decoration : none;
}
#footer h6{
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px; 
	padding-left: 16px;
	margin: 0;
	border-bottom: 1px solid red;
}

#footer p.ver{
	line-height: 16px;
	color: #eee;
	font-size:10px; 
	padding-left: 6px;
	margin: 0px;
	background-color: #FF8800;
	border-top: 1px solid #fc2;
	border-bottom: 1px solid #fc2;
}

#title  {
	background-color: #fff;
	color: #333;
	font-size: 10px;
	padding-left:16px;
}
ul {
	margin: 0px;
	padding: 2px;
}
#title li {
	display: inline;
	padding-right:6px;
}

#nav table{
	width: 100%;
	background-color: #ccc;
}
#nav a {

	padding: 2px 5px;
	background: #fff;
	border : 1px solid #f3c;
	text-decoration : none;
	margin: 0;
	color: #FF3333;
	text-transform : uppercase;
	font-size:10px;

	line-height: 30px;
	
}
#nav a:hover {

	background: #f3c;
	border : 1px solid #fff;
	color: #FFF;	
}
#nav a:active {

	background: #f3c;
	border : 1px solid #fff;
	color: #FFF;	
}
#nav a:visited{

	background: #f3c;
	border : 1px solid #fff;
	color: #FFF;	
}
#w3{
	position:relative;
	direction: rtl;
}
.hide {
	display: none;
}
.styleA{ font-size: 0.1em; background-color:#ff00ff;}
.styleB{ font-size: 0.5em; background-color:#ff00ff;}
.styleC{ font-size: 1em; background-color:#ff00ff;}
.styleD{ font-size: 4em; background-color:#ff00ff;}
.styleE{ font-size: 16em; background-color:#ff00ff;	width: 200%;}
.styleF{ font-size: 42em; background-color:#ff00ff;}
