/*
 * Style sheet for BobNET 5
 * News/main page and secondary news pages
 * $Id: bobnet5.css,v 5.1 2002/07/11 05:07:24 bob Exp $
 */

body {
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-size: medium;
    background: white !important;
    color: black !important;
}
a[href] { text-decoration: underline }
a:link { color: blue }
a:active { color: red }
a:visited { color: navy }
p.copyright {
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-size: small;
    text-align: center;
}
p.welcome {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif !important;
    font-size: smaller;
    text-align: left;
}
hr.separate {
    width: 75%;
    height: 3px;
    text-align: center;
    border: 1px inset;
}
td {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif !important;
    font-size: medium;
}
h1 {
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-weight: bold;
    font-size: x-large;
    text-align: left;
}
h2 {
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-weight: bold;
    font-size: large;
    text-align: left;
}
td.headline {
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-size: large;
    font-weight: bold;
}
td.title {
    text-align: left;
    font-weight: bold;
}
td.back {
    text-align: center;
}
td.post {
    margin-bottom: 8px;
}
td.topic {
    font-size: smaller;
    text-align: left;
}
td.date {
    font-size: smaller;
    text-align: right;
}
p.post, p.update {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 2ex;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
p.link {
    text-align: right;
    margin-top: 2ex;
    margin-bottom: 2ex;
    margin-right: 0;
    font-size: smaller;
    color: #080;
}
p.quote {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 2ex;
    font-style: italic;
    margin-left: 1em;
    margin-right: 1em;
}
.sidebar {
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-size: smaller;
    background: #ddd;
}
.sidetitle {
    font-weight: bold;
    text-align: center;
}
.sidetext {
    text-align: center;
}
.mailheader {
    color: blue;
}
.mailsig {
    color: maroon;
}
.mailquote {
    color: red;
}
.maildecoration {
    color: olive;
}
