
h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    letter-spacing: 0;  
    margin: 12px 0 6px 0;
    line-height: 1.2;
}

h1
{
    font-size: 1.6em;
      color: #6b3a6b; 
}

h2
{
    font-size: 1.4em;
    font-weight: 100;
   padding-bottom: 6px;
   color: #6b3a6b; 
}

h3
{
    font-size: 1.2em;
    font-weight: 100;
   color: #6b3a6b; 
}

h4
{
    font-size: 1em;
    font-weight: 100;
}

h5
{
    font-size: 0.8em;
    font-weight: 100;
    color: #444;
}

h6
{
    font-size: 1.2em;
    font-weight: 100;
    color: #666;
 }






