body {
    font-family: verdana, arial, sans-serif;
    background-color: #f8f8ff;
    color: #000000;
    margin: 0px;
}

.left { text-align: left }
.center { text-align: center }
.right { text-align: right }

a:link {
    background-color: inherit;
    color: #0000ff;
}

a:visited {
    background-color: inherit;
    color: #0000ff;
}

a:active {
    background-color: inherit;
    color: #ff0000;
}

a:hover {
    background-color: inherit;
    color: #ff0000;
}

a img { border: 0px }

div#header h1 {
    background-color: #8b0000;
    color: #ffffff;
    font-size: 1.2em;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#header p {
    background-color: #ffa500;
    color: inherit;
    font-weight: bolder;
    margin-top: 0px;
}

div#header a:link {
    background-color: inherit;
    color: #8b0000;
    text-decoration: none;
}

div#header a:visited {
    background-color: inherit;
    color: #8b0000;
    text-decoration: none;
}

div#header a:active {
    background-color: inherit;
    color: #8b0000;
    text-decoration: none;
}

div#header a:hover {
    background-color: #8b0000;
    color: #ffffff;
    text-decoration: none;
}


div#content {
    margin-left: 1em;
    margin-right: 1em;
}


p.error {
    background-color: inherit;
    color: #ff0000;
    font-weight: bold;
}

/*p.techinfo { font-size: .7em }*/

textarea#add { width: 100% }


/*
 * Begun.
 */
a.begun:hover {
    background-color: inherit;
    color: #ff0000 !important;
}
