body {
    margin: 0px;
    padding: 0px;
    font-family:Arial;
    background-color:white;
    background-repeat: repeat-y;
    background-image: url("http://blog.unitedheroes.net/images/bgg.png");
}

#seal {
    position:absolute;
    top: 0px;
    right: 0px;
    border; 1px solid black;
    }
h1 {
    margin-left: 100px;
    padding-right: 200px;
    border-bottom: 2px solid black;
    }
acronym {
    border-bottom: 1px dotted #222;
    cursor: help;
    }
.intro {
    border: 1px solid #CCC;
    background-color: #EEE;
    padding: 0 2px 0 2px;
    width: 200px;
    position: absolute;
    text-align:justify;
    top: 210px;
    right: 10px;
    float: right;
    font-size: .7em;
    }
.list {
    margin: 0px 220px 12px 100px;
    }
.list ul {
    padding-left: 1em;
    }
.list a {
    font-size:1.2em;
    text-decoration: none;
    }
.list .claim {
    text-align:right;
    font-size:.7em;
    color: #CCC;
    border-top: 1px solid black;
    }
.list .comment {
    font-size:.7em;
    margin: 0 0 0 10px;
    }
.list .ed {
    font-style: italic;
    color: #888;
    }
    
#entry {
    border: 2px solid black;
    background-color:#EEE;
    margin: 0 220px 0 100px;
    padding: 1em;
    }
#entry form {
    margin:0;
    padding:0;
    }
#entry .row {
    bottom-margin: 2px;
    }
#entry label {
    float: left;
    width: 5em;
    margin-right: 5px;
    text-align: right;
    }
#entry h2 {
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid black;
    }
.error {
    color: red;
    font-weight:bold;
    }
.message {
    margin: 0 220px 0 100px;
    }
.message center {
    margin-top: 2em;
    }

img { behavior: url("http://unitedheroes.net/behavior/png.htc"); }

