a { color: #da0700; text-decoration: underline; cursor:pointer; }
a:hover { text-decoration: none; }
a img { border: 0; }

h1 {
    text-align:center;
    font-size:40px;
    color: #333;
    font-weight:normal;
}

h1, h2, h3, h4 { font-family: Helvetica, Arial;font-weight:normal; }
h1 { font-size:18px; color:#E22926; line-height:28px; padding-bottom:8px; text-align: left;}
h2 { color:#E22926; font-size:28px; line-height:33px; padding-bottom:5px; }
h3 { font-size:18px; color:#E22926; line-height:28px; padding-bottom:8px; text-align: left;}
h4 { font-size:16px; color:#E22926; padding-bottom:3px; padding-top: 5px;}
h5 { font-size:15px; color:#E22926;}
h6 { font-size:14px; color:#E22926;}

b, strong {font-weight: bold;}

ul {
    list-style: disc;
    margin-left: 1.5em;
}
ol {
    list-style: decimal;
    margin-left: 1.5em;
}
