body {
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    color: maroon;
}
h2 {
    color: #000000;
}
h3 {
    color: blue;
}
h4 {
    font-size : 11px;
}
h4 a {
    text-decoration: none;
    color: #000000;
}
h4 a:visited {
    text-decoration: none;
}
h4 a:hover {
    text-decoration: none;
}
hr {
    border: 0;
    border-bottom: solid 1px #000000;
}
#wrapper {
    width: 960px; 
    left: 50%;
    margin-left: -480px;
    position: relative;
}
#content {
    text-align: center;
}
.contenttable {
    width: 960px;
    text-align: center;
    font-size: 12px;
}
.contenttable b {
}
.contenttable a {
    text-decoration: none;
}