/* Basic Settings */

html {
    color:#000000;
    backgraund:#ffffff;
    font-size:14px;
    _overflow:hidden;

}

div#navi, div#menulist {
    display:none;
}

a, a:hover {
    color:#000000;
    text-decoration: none;
}

h1 {
    margin-top:10px;
    font-size:22px;
    color:#000000;
}

h2 {
    margin-top:10px;
    font-size:18px;
    color:#000000;
}

h3 {
    margin-top:10px;
    font-size:16px;
    color:#000000;
}

.p_hidden {
    display:none;
}

.nomarker {
    list-style-type:none;
    margin-left:-1.25em;
}

.center{
    text-align:center;
}



.now {
    font-weight: bold;
}


