/*
 * This file is part of rjk-nntptools.
 * Copyright (C) 2010 Richard Kettlewell
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 * USA
 */
body {
    color: black;
    background-color: white
}

h1 {
    font-family: helvetica, arial, sans-serif;
    text-align: center;
    background-color: #f0f0f0;
    padding: 0.2em;
    display: block
}

h2,h3,h4,h5,h6 {
    font-family: helvetica, arial, sans-serif
}

h2 + div {
    margin-left: 1em
}

a {
    text-decoration: none
}

td A:link {
    color: black
}

td A:visited {
    color: black
}

td A:active {
    color: red
}

table {
    border-collapse: collapse
}

td, th {
    border: 1px solid #404040;
    font-size: 12pt
}

th {
    background-color: black;
    color: white
}

p.credits {
    font-size: 8pt;
    text-align: right
}

p.graph {
}

p.graph img {
    border: 1px solid black
}
