

h1, .h1 {
    font-size: 30px; 
                 
}  


h2, .h2 {          
    font-size: 22px;    
}    

h3, .h3 {    
    font-size: 18px;    
}    

h4, .h4 {    
    font-size: 14px;       
}    

h5, .h5 {        
    font-size: 12px;        
}    

hr {
    display: block;
    clear: both;
    height: 1px;
    color: #28556c;    
    background: #28556c;
    border: 0;
    margin: 15px 0 15px 0;
}


        

body {
    position: relative;
    font-family:  'Arial', 'Helvetica', sans-serif;
    font-size: 14px;       
    line-height: 1.68em;
    background:#eee;
    color: #000;         
}
.container { background:#fff;}

a { text-decoration: underline; color:red }
a:hover { color: #000; }    
a img { border: 0; text-decoration: none; }
