/* $Id: style.css,v 1.10 1998/09/10 19:19:53 cmv Exp $ */

BODY {
    font-family: times new roman, serif, helvetica, verdana, arial, tahoma;
    text-decoration: none;
    color: #000033;
}

A {
    font-family: helvetica, verdana, arial, tahoma, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #336699;
}
A:hover {
    color: #6699CC;
}

H1,H2,H3,H4,H5,H6 {
    font-family: verdana, arial, helvetica, tahoma, sans-serif;
    color: #000033;
}

TD {
    font-family: verdana, arial, helvetica, tahoma, sans-serif;
}

TH.B {
    font-family: verdana, arial, helvetica, tahoma, sans-serif;
}

.tdd {
    background-image: url();
}

.tdy {
    color: black;
    background-color: white;
    background-image: url(/graphics/watermark.gif);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.sbt {
    font-family: verdana, arial, helvetica, tahoma, sans-serif;
    color: #000033;
    text-decoration: none;
}

.sbb {
    font-family: helvetica, verdana, arial, tahoma, sans-serif;
    color: #000033;
    text-decoration: none;
    font-weight: bold;
}

.example {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    color: #000000;
    background: #F0F0F0;
    padding: 5px;
    margin: 5px;
}

.programlisting {
    margin-left: 15px;
    font-family: "monotype.com", "courier new", courier, monospace;
}

.warning {
    background: #FFCCCC;
}
