
body { 
       color: black;
       background: white;
 }


a { 
 color: black;
 }

a:visited { 
 color: #222222;
 }
a:hover { 
 background: red;
 color: white;
 }




#bar div a { 
 background: none;
 color: white;
 }

#bar div.item a:hover {  
 background: white;
 color: black;
 }

#bar div a:visited { 
 color: white;
 }

div#bar{ 
 
 background: black;
 color: white;
 }
#bar div.item {
}

div.titolo 
{ 
 background: red;
 color: white;

 }
/* colonna sinistra */


#right li { 
 border-bottom: 1px dashed gray;
 }

#left li { 
 border-bottom: 1px dashed gray;
 }

#cont div.articolo { 
 border: solid 2px red;
 }


/* piede */

div#foot { 
 background: black;
 color: white;
 }


#foot a{  
 background: black;
 color: white;
 }

#foot a:hover {  
 background: white;
 color: black;
 }


img.logo{ float: left; height: 4em; margin-right: 0.2em; margin-bottom: 0.2em; }

