body {
        background-color:rgb(233,233,233);
}

#first {
        text-align:center;
}

#box {
        text-align:left;
        background-color:rgb(255,255,255);
        border: 1px solid rgb(0,0,0);
}

#title, #footer {
        background-color:#0F818F;
        color:rgb(233,233,233);
        padding:10px;
}

#footer a {
        color:rgb(233,233,233);
}

#title {
        border-bottom: 1px solid rgb(0,0,0);
}

#footer {
        border-top: 1px solid rgb(0,0,0);
}

#body {
        padding-left:10px;
        padding-right:10px;
}

div, td, input, select, textarea {
        font-family:verdana, sans-serif;
        font-size:8pt;
}

.headline {
        font-family:verdana, sans-serif;
        font-size:10pt;
        font-weight:bold;
        border-bottom:1px solid rgb(200,200,200);
}

pre {
        font-family:monospace;
}

a {
        color:rgb(0,0,150);
}

.inline {
        text-decoration:underline;
        color:rgb(0,0,0);
}

.inline:hover {
        color:rgb(200,0,0);
}

.warning {
        background-color:rgb(255,50,50);
        color:rgb(0,0,0);
        border:1px solid rgb(77,77,77);
}

