/**
 * TuxTax.css
 *
 * Style Sheet definitions.
 *
 * @version 0.0.0.1, 05.03.2000
 * @author  Christian Heller
 */

/** Body. */
body
{
    background-color: #FFFFFF;
    font-family: "Verdana", "Times New Roman";
    color: #000000;
}

/** Header. */
h1 { font-size: 18pt; font-weight: bold; text-align: left; color: #000000; }
h2 { font-size: 16pt; font-weight: bold; text-align: left; color: #000000; }
h3 { font-size: 14pt; font-weight: bold; text-align: left; color: #000000; }
h4 { font-size: 12pt; font-weight: bold; text-align: left; color: #000000; }
h5 { font-size: 10pt; font-weight: bold; text-align: left; color: #000000; }
h6 { font-size: 08pt; font-weight: bold; text-align: left; color: #000000; }

/** Links to other pages. */
a:link { color: #804000; text-decoration: none; }
a:visited { color: #808080; text-decoration: none; }
a:active { color: #FF8000; text-decoration: none; }


