ul{
    list-style: disc; line-height:16px;float: left;clear:left;
    padding-left:40px;margin-top:5px;margin-bottom:10px;  
}
ol {
    line-height:16px;float: left;clear:left;
   padding-left:40px;margin-top:5px;margin-bottom:10px;  
}

ul > li, ol > li{
    padding-bottom:10px;font-family: 'Trebuchet MS', sans-serif;color:#333;
}
li > ul, li > ol{
    padding-top:15px;
}

p{
    font-family: 'Trebuchet MS', sans-serif;float: left;clear:left;
    font-size:15px;line-height:20px;color:#111;margin-top:5px;margin-bottom:20px;  
}
p > img{
    margin-bottom:5px;
}
em,i{
     font-family: 'Trebuchet MS', sans-serif;font-style: italic;
}
b,strong{
     font-family: 'Trebuchet MS', sans-serif;font-weight:900;
}

a{color:#347dda;text-decoration:underline;}
a:hover{color:#347dda;}

p a{color:#347dda;text-decoration:underline;}

p a:hover{color:#347dda;}

h1{font-family: 'Trebuchet MS', sans-serif;
    font-size: 30px; margin-top:5px;margin-bottom:10px;float: left;clear:left;  
    font-weight: 700;width:100%;text-align:center;
        color: #F00;
}

h2{font-family: 'Trebuchet MS', sans-serif;
    font-size: 24px;margin-top:5px;margin-bottom:10px; float: left;clear:left;     
    font-weight: 700;width:100%;text-align:center;
        color: #F00;
}
h3{font-family: 'Trebuchet MS', sans-serif;
     font-size: 22px;margin-top:5px;margin-bottom:10px; float: left;clear:left;     
    font-weight: 700;width:100%;text-align:center;
        color: #F00;
}
h4{font-family: 'Trebuchet MS', sans-serif;
    font-size: 20px;margin-top:5px;margin-bottom:10px;float: left;clear:left;      
    font-weight: 700;width:100%;text-align:center;
        color: #F00; 
}
h5{font-family: 'Trebuchet MS', sans-serif;
    font-size: 20px; margin-top:5px;margin-bottom:10px; float: left;clear:left;    
    font-weight: 700;width:100%;text-align:center;
        color: #F00; 
}
h6{font-family: 'Trebuchet MS', sans-serif;
    font-size: 20px;margin-top:5px;margin-bottom:10px;float: left;clear:left;      
    font-weight: 700;width:100%;text-align:center;
        color: #F00; text-transform:uppercase;
}



blockquote{margin:0;padding:0;float: left;clear:left;}
blockquote p{
    color: #afafaf;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 5px 20px 70px;
    margin: 25px 20px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
}
blockquote p:before{
    content: '“';
    display:inline;font-weight: bold;
    font-size:80px;position:absolute;
    font-family:serif;left:10px;top:35px;
}

table{
    margin:15px 0px 25px;border-top:1px solid #333;border-left:1px solid #333;float: left;clear:left;
}
table th{
    padding:5px;font-family: 'Trebuchet MS', sans-serif;font-weight:500;
    border-bottom:1px solid #333;border-right:1px solid #333;color:#fff;background-color:#666;
}
table td{
    padding:5px;font-family: 'Trebuchet MS', sans-serif;
    border-bottom:1px solid #333;border-right:1px solid #333;color:#333;background-color:#fff;
}
