body {
    margin: 0px;
    padding: 8px;
    margin-bottom: auto;
}

html, body {
    background-color: #eee;
    color: #333333;
    font-family: "Trebuchet MS",Trebuchet,tahoma,serif;
}

a.rolloverc {
    background: url(/imgs/but.gif); 
    display: block; 
    width: 146px; 
    height: 30px; 
   }
a.rolloverc:hover {
    background: url(/imgs/but1.gif); 
   }
a {
    color: #996793;
    text-decoration: none;
}

a:hover {
    color: #0066FF;
    text-decoration: none;
}

dl.menu dt {
    background:#DDDDDD;
    border: solid 1px #CCCCCC;
    -moz-border-radius: 5px;
    margin-top: 1em;
    padding-left: .5em;
    
}

dl.menu dd {
    margin: 0px;
    padding: 0px;
    margin-left: .5em;
    padding-left: .5em;
    border-left: solid 1px #CCCCCC;
}

div #appeal-text {
    padding: .75em 50px .75em .75em;
    overflow: hidden;
    color: #333;
    font-family: helvetica, arial, monospace;
    font-weight: normal;
    text-align: left;
    font-size: 1.80em;
    line-height: 1.125em;
    cursor: pointer;
    width: 60%;
    background-color: transparent;
}

#user_id {
    color: #996793;
    font-style: italic;
}

#answers {
    background-color: #F9F9F9;
    border: 1px solid #999;
    width: 75%;
    padding-left: 10px;
    text-align: left;
}

.userpost {
    font-style: italic;
    color: #0066CC;
}

