body {
    font-family: arial, sans-serif;
    text-align: center;
}

h2 {
    font-size: 1.2em;
    border-bottom: 1px solid #000;
}

#header {
    text-align: left;
    height: 120px;
    background-image: url(/qtnews/img/qtnews-head-bg.gif);
}

#header h1 {
    color: #fff;
}

#header h1 a {
    background: transparent url(/qtnews/img/qt-headline-news.gif) no-repeat scroll 0%;
    border: 0pt none !important;
    display: block;
    font-size: 0pt;
    height: 120px;
    margin: 0pt !important;
    text-indent: -9999em;
    width: 420px;
}

#footer {
    text-align: left;
    height: 357px;
    background-color: #000040;
    border-top: 3px solid orange;
}

#content {
    text-align: left;
    margin: 12px auto;
    min-height: 500px;
    width: 960px;
}

table.messages {
    width: 100%;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

table.messages th {
    background-color: #e0e0e0;
    text-align: center;
}

table.messages th a {
    color: #000;
    display: block;
    text-decoration: none;
}

table.messages th, table.messages td {
    padding: 1px 2px;
    font-size: 10pt;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

table.messages td.categories {
    width: 160px;
}

table.messages td.date {
    text-align: center;
    width: 120px;
}

table.messages td.headline a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

table.messages td.headline a:visited {
    font-weight: normal;
    color: #555;
    text-decoration: none;
}

table.messages .alt {
    background-color: #e0e0e0;
}

table.messages .over {
    background-color: #707070;
    color: #fff
}

table.messages .over td a {
    color: #fff;
}

p.newsnav {
    margin-bottom: 20px;
}

p.newsnav a {
    text-decoration: none;
}

p.newsnav span.prevnext {
    text-align: right;
    margin-top: -20px;
    width: 200px;
    float: right;
}

p.newsnav span.prev {
    margin-right: 50px;
}

h2.viewheadline {
    clear: both;
}
