body {
background-color: #D0D0CA;
background-attachment: fixed;
font-family: Arial, Helvetica, Verdana, Sans-serif;
font-size: small;
}

a:link { text-decoration: none; color: #074400; }
a:visited { text-decoration: none; color: #669960; }
a:active { text-decoration: none; color: #074400; }
a:hover { color: #000000; }

table {
    border-collapse:separate;
    border:solid black 1px;
    border-radius:7px;
    -moz-border-radius:7px;
}

td, th {
    border-left:solid black 1px;
    border-top:solid black 1px;
}

th {
    border-top: none;
}

td:first-child {
     border-left: none;
}

.waybig {
font-size: 36pt;
font-style: italic;
font-weight: bold;
}

td.date {
color: white;
font-size: small;
}

td.white {
color: white;
font-size: 14pt;
font-weight: bold;
}

td.nav {
font-size: 12pt;
font-weight: bold;
}

ul {
font-size: x-small;
}

.small {
font-size: small; 
}

.xsmall {
font-size: x-small; 
}

