BODY, TD
{
	font-family:  'Century Gothic', 'Arial', 'Verdana', 'Sans-serif';
	font-size: 12px;
	color: #6F3416; /*marro*/ /*blau claret: #63BEB5*/
}


A:link    { color: #6F3416; text-decoration: none; font-weight: bold;}    /* unvisited links */
A:visited { color: #6F3416; text-decoration: none; font-weight: bold;}   /* visited links   */
A:hover   { color: #63BEB5; text-decoration: underline; font-weight: bold;} /* user hovers     */
A:active  { color: #6F3416; text-decoration: none; font-weight: bold;}   /* active links    */

/***********************************************/
/***********************************************/

.mainbody
{
    background-image: url(../images/back_tree.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.maintable
{
    border: 3px solid #6F3416;
}

.menu_on
{
    color: #6F3416;
    background-color: #63BEB5;
    font-size: 20px;
    cursor: pointer;
}

.menu_off
{
    color: #6F3416;
    background-color: #FFFFFF;
    font-size: 20px;
    cursor: default;
}

.titol
{
	font-size: 20px;
}

.paragraph
{
    text-align: justify;
}

.headertable
{
    border: 1px solid #6F3416;
    background: #6F3416;
    color: White;
    width: 100px;
    text-align: left;
    height: 19px;
    font-weight: bold;
}

.tdtimetable
{
    border: solid 1px #6F3416;
    width: 100px;
    height: 100px;
    text-align: left;
}

.submenu_off
{
    color: #6F3416;
    font-size: 12px;
    cursor: default;
    font-weight: bold;
    height: 20px
}

.submenu_on
{
    color: #6F3416;
    background-color: #63BEB5;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
}

.subtitle
{
    font-size: 17px;
    font-weight: bold;
}

.paragraph2
{
    text-align: justify;
    font-weight: bold;
}

.contactinfo
{
    font-size: 11px;
} 
