body {
margin: 0;
padding: 0;
text-align: center; /* for IE5.x/Win */
background:#000;
color: #FFF;
font:90% Arial,Verdana,Geneva,Helvetica,sans-serif;
}
#wrapper {
width:720px;
margin:auto;
text-align: center; /* for IE5.x/Win */
background:#000;
color: #FF0;
}
div#wrapper img {
border : 5px solid;
border-color:#000; 
}
div.left {
text-align: left
}
div.center {
text-align: center
}
a:link {
background : transparent; 
color : #FF0000; 
} 
a:visited {
background : transparent; 
color : #FFFFFF; 
} 
a:hover, a:focus, a:active {
background : transparent; 
color : #0000FF;
}
.menuNavigation{
background:#666;
color:#FFF;
margin:0;
padding:0.5em 0;
text-align:center;
}
.menuNavigation li{
display:inline;
}
.menuNavigation a{
height:0;
padding:0.5em 15px;
text-decoration:none;
margin:-0.5em 0;
border-right:2px solid #FFF;
}
.menuNavigation .primaVoce a{
border-left:2px solid #FFF;
}
.menuNavigation a:link,
.menuNavigation a:visited{
background:#666;
color:#FFF;
}
.menuNavigation a:hover,
.menuNavigation a:focus,
.menuNavigation a:active{
background:#FFF;
color:#000;
}