html, body {
    background-color: #EEEEEE;
    color: #333333;
    font-family: "Trebuchet MS",Trebuchet,serif;
    background-image:url('/hau.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:bottom right;
}
a {
    color: #FF6600;
}
a:hover {
    color: #0066FF;
}
hr {
    border-style: solid none none none;
    border-width: 1px;
    width: 50%;
    border-color: #BBBBBB;
}
table {
    border-style: none;
}
table td {
    border-style: none;
}
