body,html {
     font-size:100%;
     margin: 0;
     font-family: Verdana,Arial,Helvetica,sans-serif;
     color: #000;
     padding: 0;
}
h1 {
     font-size:1.4em;
     color: #000000;
     background-color: transparent;
}


#content {
    width: 770px;
    margin: 0 auto;
    padding: 20px;
}

#forsale {
    font-size:0.9em;
    margin: 4px;
    padding: 10px;
    font-family: sans-serif;
    color: #fff;
    background-color: #5C6320;
}
#forsale a {
    color: #F8FCF8;
    font-weight: bold;
    text-decoration: none;
}

#header {
    margin: 0 auto;
    height: 50px;
    background-color: #F1C100;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

#footer {
    background-color: #F1C100;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000;
    padding: 15px;
}

a:link , a:visited { color: #5C6320; font-style: bold; }
a:hover { color: #5C6320; }

/*
questo forza il browser a sovrascrivere le impostazioni di default contenute in path/to/firefox/res/ua.css che prevedono appunto la comparsa del bordo dotted di un pixel quando si clicca col mouse.
*/
:-moz-any-link:focus { outline: none; }

