html,body {
        height:  100%;
        margin: 0;
        padding: 0;
        text-align: center;
        background-color: #DCD3CE;
        font-size: 0.95em;
        font-family: Tahoma, sans-serif;
}
#logo {
        margin: 0;
        padding: 0;
}
#center {
        background-color: #ffffdd;
        height: 100%;
        width: 750px;
        margin: 0 auto 0 auto;
}
#content {
        margin:0;
        background-color: #ffffdd;
        text-align: left;
        padding: 10px;
}
* html #content {
        height: 1px;
}
h1 {
        font-size: 1.2em;
        font-weight: 100;
        color: #990000;
}
h2, h3, h6 {
        font-weight: normal;
}
h2 {
        font-size: 0.7em;
}
h3 {
        font-size: 0.8em;
}

#content a:link {
        color: #000000;
        text-decoration: underline
}
#content a:visited {
        color: #990000;
        text-decoration: underline
}
#content a:active {
        color: #990000;
        text-decoration: underline
}
.bold {
        font-weight: bold;
        color: #ffb200;
}
ul.links {
        list-style-image: url(links/link-b-21.gif);
}
a:link {
        color: #000000;
        text-decoration: underline
}
a:visited {
        color: #990000;
        text-decoration: underline
}
a:active {
        color: #990000;
        text-decoration: underline
}
img {
        border: 0;
}
.center {
        text-align: center;
}