/* vim: set expandtab tabstop=4 shiftwidth=4 nowrap: */
body {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    /* font-size: 75%; */
}
td {
    padding: 5px;
    vertical-align: top;
    text-align: left;
}
a:link    { color:#3F702E; text-decoration:none }
a:visited { color:#003366; text-decoration:none }
a:hover   { color:#DD6900; text-decoration:none }
a:active  { color:#3F702E; text-decoration:none }
a:focus   { text-decoration:underline }


.header {
    font-size: 170%;
    white-space: nowrap;
}
.txtsmall {
    font-size: 75%;
}

.border { 
    border: solid 1px #003366; /* bordercolor dark blue:  #003366; 
                                              light blue: #e7eff7*/
    border-collapse: collapse;
}

.hmfspace { /* Header-Main-Footer-Space ;) - add "display: none;" to remove space */
}

.lightline { 
    color: #ffffff;
    background-color: transparent;
}

.background { 
    color: #000000;
    background-color: #eae9cf; 
}
