body {
 font-family:"Comic Sans MS", "Times new roman", serif, arial; 
 background-image:url("/images/bg.jpg");
 scrollbar-face-color:#ffffff;
 scrollbar-highlight-color:#888888;
 scrollbar-shadow-color:#000000
}


h1 {
 font-size:20px;
 color:#E3E0BF;
}
.content h1 {
 color:#000;
}


h2 {
 font-size:17px;
 color:red;
}



a:link, a:visited {
 text-decoration:none;
}
a:hover {
 text-decoration:underline;
}


.content {
 background:#fff url(/images/bgfarfalla.jpg) top right no-repeat; 
 color:#000;
 width:80%;
 padding:20px;
 text-alignment:left;
}

.content a {
 color:#444;
}