a.backlink {
    margin-left: 70px;
    position: relative;
    top: -1em;
    font-size: 0.8em;
}

h2 {
    color: rgb(153,0,0);
    font-variant: small-caps;
    font-size: 1.2em;

}

h3 {
    margin-top: 20px;
}

div#resources {
    width: 75%;
/*     border: 1px solid black; */
}
div#edit {
    width: 7em;
    padding: 5px;
    margin: 0 0 20px 70px;
    font-size: 0.7em;
    background-color: #EEE;
    border: 1px solid #999;
}
div#edit.faq {
    margin: 1em 0 0 0;
}
div#edit p {
    padding: 0;
    margin: 0;
}

div#resources dt {
    margin-top: 15px;
    font-weight: bold;
}

div#resources ul, div#faq_list ul {
    margin: 15px 0 1em 1em;
}
div#faq_list li, ul#faq li {
    line-height: 1.5em;
}
div#contents ol {
    list-style: decimal inside;
}
div#contents ul {
    list-style: circle inside;
}
div#answer {
    margin: 2em 0 0 1em;
    width: 80%;
}
div#resources h4 {
    line-height: 1.5em;
}
div#answer p {
    line-height: 1.5em;
}
form#edit table {
    padding-top: 30px;
/*     width: 60%; */
}
form#edit textarea {
    height: 250px;
    width: 550px;
}
td.help {
    font-size: 0.8em;
    position: relative;
    bottom: 1em;
    padding-left: 50px;
    color: #666;
}
dt {
    padding-top: 1em;
}