html, body {
margin : 0;
padding : 0;
}

body {
width : 100%;
font : 76% Helvetica, "lucida sans", Tahoma, "Trebuchet MS",  Arial, sans-serif;
color : white;
margin-left: 8px;
background : #191919;
}

p {
margin-left: 5px;
}

h1 {
font-family: Comic Sans Ms;
font-weight : bold;
color: aqua;
margin-left: 8px;
margin-top: 3px;
margin-bottom: 5px;
}

h2 {
font-family: Times New Roman;
color: orange;
margin-left: 5px;
margin-top: 10px;
margin-bottom: 10px;
}

h3 {
font-family: Times New Roman;
color: orange;
margin-left: 10px;
}
			
a:link, a:visited {
/* color : #FF7900 ; */
color : #33DD00 ;
background : inherit;
text-decoration : none;
}
a:hover {
color : #FFD300;
background : inherit;
text-decoration : none;
}
a:active {
color : #666;
background : inherit;
text-decoration : none;
}

.menu {
width: 15%;
vertical-align: top;
background: #404040;
}

.header {
width: 1024px;
margin-left: auto;
margin-right: auto;
background: #40404A;
}

.navlist li {
margin: 0 0px 5px -15px;
padding: 2px;
font-size: 12px;
font-weight : bold;
background: inherit;
color: #D5D9B4;
font-family: Bookman Old Style;
}
img {
border : none;
}
			
.frase_anteprima {
font-family: Bookman Old Style;
font-size : 110%;
font-style : italic;
color : #b29b35;
}

.frase {
font-family: Bookman Old Style;
font-size : 115%;
font-style : italic;
color : #b29b35;
}

.nome_sfondo {
background: #232323;
text-align: center;
}
