﻿body {
    margin: 0px;
    padding: 0px;
    
    font-family: Verdana;
    font-size: 11px;
    line-height: 18px;
    color: #73241c;
}

h1, h2, h3, h4, h5 { 
    font-family: Trebuchet MS; 
    color: #a50004; 
    font-weight: normal; 
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
}

h1 { font-size: 28px; line-height: 35px; }
h2 { font-size: 24px; line-height: 30px; }
h3 { font-size: 20px; line-height: 25px; margin-top: 25px; margin-bottom: 5px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 15px; line-height: 19px; margin-bottom: 5px; }

p { margin: 0px; padding: 0px; margin-bottom: 10px; margin-top: 5px;}

a { text-decoration: none; color: #da2b37; }
a:hover { text-decoration: underline; }
a img { border:0; }
