html {
    
}
body {
    font: normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    color: FireBrick;
    margin-bottom: 10px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: normal;
    margin-bottom: 8px;
    font-size: 18px;
}
h3 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
    margin-bottom: 18px;
}

a:link { color: FireBrick; }
a:visited { color: black; } 
a:hover { color: DimGrey; } 
