
body
{
        font-family: arial;
        font-size : 11px;
        color : #555555;
        font-weight: bold;

}

.text {color: #555555; font-family: verdana; font-size: 11; font-weight: bold;}
.nadpis {color: #666633; font-family: arial; font-size: 15px; font-weight: bold}
.zapati {color: #dbdbdb; font-family: verdana; font-size: 10}
.odkaz {color: #555555; font-family: Verdana; font-size: 11; text-decoration:underline}
.menubuton {color: #FFFFFF; font-family: arial; font-size: 12px; font-weight: bold}

A {
        text-decoration : none;
        color : none;
}

a:hover.menubuton {
        color : #555555;
}

a:hover.zapati {
        color : #555555;
}

a:hover.odkaz {
        text-decoration : none;
        color: #555555;
}

A:HOVER {
        color : #feda0e;
}

h1 { color: #666633; font-family: arial; font-size: 15px; font-weight: bold; margin:0; padding:0; display:inline;}

.center { text-align: center; }