body, table, td, tr, th {
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: small;
}

#copyright {
    text-align: center;
    font-size:  x-small;
    color:      #333333;
    font-weight: bold;
}

#menu {
    text-align: center;
}

#menu a:link, #menu a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

#menu a:hover {
    text-decoration: underline;
}

#menu span.active_content a:hover {
    text-decoration: none;
}

#content a:link, #content a:visited {
    color: #666666;
    text-decoration: underline;
}

#content a:hover {
    color: #000000;
    text-decoration: none;
}

a:link, a:visited {
    color: #00000f;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.align_center, form {
    text-align: center;
}

h1 {
    font-size: medium;
}


