

#contents {
    background-color: rgba(240, 240, 240, 0);
}

#header h1 {
    font-size: 1.8em;
    font-weight: bold;
    margin: 5px 30px 5px;
}

a{  color:#008B00;
    font-style:normal;
    text-decoration:underline;
}

a:hover {
    color:#270000;
    font-style:normal;
    text-decoration:underline;
}

#menubar {
color: #3e3e3e;
float: left;
font-size: 1.1em;
line-height: 140%;
overflow: hidden;
width: 180px;
}

th {
    background: none repeat scroll 0% 0% #f0fff0;
    border: 1px solid #333;
    color: #000;
    display: table-cell;
    font-weight: bold;
    padding: 4px;
    vertical-align: inherit;
}