@media screen {
body { 
	background:#xxxxxx;
}
#pagewrap {background: white url(images/sfondo_art.png) 0 39px repeat-x }
#testa {background:  url(images/testata_art.png) 0 39px no-repeat;}
#menu_or p a {color:white;background:#XXXX}
#ricerca a {color:black}
#left {background:#f4fffc;border-bottom:0.3em solid #81b691}
#centro .evidente{color:#ffffff}
#right {background:#ffffff}
#piedipagina {background:#28a0b1;}
#piedipagina p, #piedipagina p a {color:white}
#centro h1  {background:#1f7c89 url(images/sfondo_h1_centro_art.png) repeat-x top right;color:white;border-top:1px solid white;border-bottom:1px solid black}
#left p a, #left ul a, #right p a, #right ul a, #centro p a, #centro ul a {color:#1f7c89;}
#centro a {color:28a0b1}
#centro ul a {color:#28a0b1}
#cright {border-left:1px solid #0a6f29}
#left p a:hover, #left ul a:hover, #right p a:hover, #right ul a:hover, #centro p a:hover, #centro ul a:hover {color:#800000}
#left h1, #right h1 {color:white;background:#28a0b1 url(images/h1_left_art.png) repeat-x top left;border-bottom:1px solid xxxxxx;border-top:1px solid white;padding:1em 0.5em}
@media handheld {
body {font-size:70%;background:white;color:black}
}