/* 
    Document   : TitleStyle
    Created on : 25. Oktober 2002, 12:21
    Author     : Dirk Dörschlag
    Description:
        Purpose of the stylesheet follows.
*/

body {
    margin: 5px;
    background-color: #993333;
}
h1 {
    margin: 0px;
    color: #C0C0C0;
    font: bold 16pt Verdana, Arial, sans-serif;
    text-align: left;
}
h2 {
    margin: 0px;
    color: #B0B0B0;
    font: bold 12pt Verdana, Arial, sans-serif;
    text-align: left;
}
h3 {
    margin: 0px;
    color: #B0B0B0;
    font: bold 11pt Verdana, Arial, sans-serif;
    text-align: left;
}
h4 {
}
p {
    margin: 0px;
    color: #C0C0C0;
    font: 10pt SMALL-CAPS 900 Arial, Helvetica, sans-serif;
}
a {
    color: #C0C0C0;
}
a:hover {
    color: #C0C0C0;
}
a:visited {

}
