body, table, input{ 
    font-family: Trebuchet MS; 
    font-size: 13px; 
    color: #604038; 
}

body{
    margin:0px;
    background-color: #fff0e0;
}

pre { font-size:12px; }

 .ueberw { 
    background: none;
    border: none;
    text-decoration: underline;
    font-weight: bold;
    font-family: Trebuchet MS; 
    font-size: 13px; 
    color: #ee0000; 
    cursor: hand; cursor: pointer;
}
.ueberw:hover { color: #802020; }

a{ color: #ee0000; }
a:hover { color: #802020; }
