h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
    text-indent: -3000px;
    background-repeat:no-repeat;
}

h1 {
    color:#000;
    font-size:20pt;
    height: 40px;
}

h2 {
    color:#555;
    font-size:15pt;
    height: 30px;
    border-top:1px solid #eee;  
}

h3 {
    color:#f00;
    font-size:13pt;
    height:20px;
}

h4 {
    color:#f60;
    font-size:24pt;
    height:40px;
    background-position:bottom right;   
}

h5 {
    color:#9CC318;
    font-size:50pt;
    height:80px;
    background-position:bottom center;  
}

h6 {
    font-size:10pt;
    height:20px;
    background-color:#eee;
}
