﻿h1, h2, h3, h4, h5, h6
{   
    color: #607BBE;
    font-family: Georgia, Times New Roman, Serif;
}
h1 { font-size: 160%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 105%; }
h6 { font-size: 100%; }

/************************************
   LAYOUT
************************************/
body 
{
    margin:0;
    padding:0;
    left:0;
    top:0;
    background-color: White;
    font-size: .97em;    

}