/* T Y P O G R A P H Y */


body { 
       padding: 0px;
       margin: 0px;
       font-family: Georgia; 
       line-height: 1.2em;
}

h1 { font-family: 'Day Roman'; 
     font-size: 30px; 
     line-height: 4px;
     color:#c0c0c0;
     padding-left: 20px;
     padding-bottom: 5px;
     font-weight: normal;
}

h2 { font-family: 'MetaBoldLF-Roman'; 
     font-size: 14px;
     line-height: 1em;
     padding-left: 20px;
     font-weight: normal;
}


* html h2 { font-family: 'sans-serif'; 
	font-weight: bold;
}

