/* FOGLIO DI STILE PER L'AGRITURISMO */

h1, h2, h3
    {
    font-family: "Monotype Corsiva", "Comic Sans MS", "Times New Roman", Times, serif;
    }

h1.titolo
    {
    color: #27551A;
    padding: 0em;
    margin: 0em;
    }

hr
    {
    margin: 0em;
    padding: 0em;
    }

body
    {
    background-color: #FFFFCC;
    font-family: "Verdana", "Comic Sans MS", "Times New Roman", Times, serif;
    font-size: 12pt;
    color: #663300;
    }

body.top /* stile per body nel frame top */
    {
    background-color: #cc9900;
    font-family: "Verdana", "Comic Sans MS", "Times New Roman", Times, serif;
    }


p
    {
    font-family: "Verdana", "Comic Sans MS", "Times New Roman", Times, serif;
    font-size: 10pt;
    color: #663300;
    }

p.titolo
    {
    font-family: "Verdana", "Comic Sans MS", "Times New Roman", Times, serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    }

p.lista
    {
    font-family: "Verdana", "Comic Sans MS", "Times New Roman", Times, serif;
    font-size: 12pt;
    color: #800000;
    }

p.testoverde
    {
    font-size: 9pt;
    color: #27551A;
    }

p.descrizione
    {
    font-family: "Verdana", "Comic Sans MS", "Times New Roman", Times, serif;
    font-size: 10pt;
    color: #27551A;
    }

a
    {
    font-family: "Verdana", "Comic Sans MS", "Times New Roman", Times, serif;
    font-size: 10pt;
    text-decoration: none;
    color: #000000;
    }

a:link, a:visited, a:active
    {
    color: #000000;
    }

a:hover
    {
    color: #00aa00;
    }

a.top  /* stile per a nel frame top */
    {
    font-weight: bold;
    text-align: center;
    }

a.grande  /* stile per a per titoli cliccabili */
    {
    font-family: "Verdana", "Comic Sans MS", "Times New Roman", Times, serif;
    text-align: center;
    font-size: 10pt;
    color: #800000;
    }

a.grande:link, a.grande:visited, a.grande:active
    {
    color: #800000;
    }

a.grande:hover
    {
    color: #00aa00;
    }

a.casa
    {
    color: #800000;
    font-weight: bold;
    font-size: 12pt;
    }

a.casa:link, a.casa:visited, a.casa:active
    {
    color: #800000;
    }

/* Stili per l'impostazione del testo */
.normale, .grassetto, .verde, .verdegrassetto
    {
    font-family: "Verdana", "Comic Sans MS", "Times New Roman", Times, serif;
    font-size: 10pt;
    color: #663300;
    }

.grassetto
    {
    font-weight: bold;
    border:none;
    }

.verde, .verdegrassetto
    {
    color: #27551A;
    border:none;
    }

.verdegrassetto
    {
    font-weight: bold;
    }

