/**************** Styles WWW.PALIODIMENDRISIO.CH *******************************/
body{
        font-family: Century Gothic, sans-serif;
        font-size: 14px; 
        color: #000000;
        margin: 8px;
        padding: 0px;
        /* background: #FFFFFF */
        }

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
 font-weight: bold; 
 font-size: 14px; 
 color: #FFCC00; 
 background: #000000;
 font-family: Century Gothic, sans-serif;
 text-decoration: none
}
a:hover {
 font-weight: bold;
 font-size: 14px;
 color: #000000;
 background: #FFCC00;
 text-decoration: none;
 font-family: Century Gothic, sans-serif;
}

/************** header tag styles **************/

h1{
 font: bold 120% Century Gothic, sans-serif;
 font-size: 36px; 
 color: #FFCC00;
 background: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 120% Century Gothic, sans-serif;
 font-size: 24px; 
 color: #FFCC00;
 background: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 120% Century Gothic, sans-serif;
 font-size: 14px;
 color: #FFCC00;
 background: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 150% Century Gothic, sans-serif;
 font-size: 24px; 
 align: center;
 color: #FFCC00;
 margin: 0px;
 padding: 0px;
}

h5{
 font: bold 110% Century Gothic, sans-serif;
 font-size: 14px;
 color: #FFCC00;
 margin: 0px;
 padding: 0px;
}

h6{
 font: bold 110% Century Gothic, sans-serif;
 font-size: 14px;
 color: #FFCC00;
 background: #FFCC00;
 margin: 0px;
 padding: 0px;
}

/************** table tag styles **************/

th
{
 font-family: Century Gothic, sans-serif;
 font-size: 14px; 
 color: #000000;
}

tr
{
 font-family: Century Gothic, sans-serif;
 font-size: 14px; 
 color: #000000;
}
td
{
 font-family: Century Gothic, sans-serif;
 font-size: 14px; 
 color: #000000;
}