body {
    margin: 0px;
    background: #8f8b8a;
    font-family: tahoma,verdana,sans-serif;
    font-size: 14px;
    color: #313131;
    line-height: 18px;
    }
   
h1 {
    font-family: tahoma,verdana,sans-serif;
    font-size: 22px;
    color: #910606;
    line-height: 26px;
    }

h2 {
    font-family: tahoma,verdana,sans-serif;
    font-size: 18px;
    color: #313131;
    line-height: 22px;
    }
    
p, .table {
    font-family: tahoma,verdana,sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    }
    
.headline { background: #313131; border: 1px solid #ffcc00; padding: 3px; font-weight: bold; color: #fff; text-align: center; }
    
blockquote {
    border: 2px dashed #313131;
    padding: 20px;
    font-family: tahoma,verdana,sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    }
    
.small {
    font-size: 11px;
    }
    
.line {
    border-left: 1px dashed #910606;
    }

a {
    color: #910606;
    text-decoration: underline;
    }

a:hover {
    color: #910606;
    text-decoration: none;
    }