@media handheld {
body {font-family:verdana, sans-serif; max-width: 240px; max-height:320px}

}

@media screen {


body {
background-color: #006699;
color: #ffffff; 
font-family: Arial; 
}

a:link {color:#66ffff}
a:visited {color:#33ff33}
a:hover {color:#ff0000}

.senza {text-decoration: none};

.center {text-align: center;}

.allinea {float: center}

#header {text-align:center}
h1 {text-align:center}

#content {padding: 1em}
#guru {padding: 1em}

.stile {margin:1em; }
.nota {color:#99ccff}
}

