﻿body
{
    font-family: "Georgia";
    color: black;
    font-size: 10pt;
    background-color: #decee2;
    
           
}

p
{
    margin:20 20 20 20px;

}

#testframe
{
width:1170px;

margin-left:auto;
margin-right:auto;
background-image: url( './images/urn.gif' );
   
    background-repeat: repeat-x;
    }

#makeCenter
{
 width:730px;
 margin-left:auto;
 margin-right:auto;
 
 }
 
 #narrowText
 {
 width:600px;
  margin-left:auto;
 margin-right:auto;
 }
 
 #detailText
 {
 width:600px;
  margin-left:auto;
 margin-right:auto;
 }
 
 h1
 {
 font-size:16pt;
 }
 
 h2
 {
 font-size: 15pt;
 }
 
 h4
 {
 font-size: 8pt;
 }
 
 a
 {
 text-decoration:none;
  
 }
 
 a:link
 {
 color:Navy;
 text-decoration:none;
 }
 
 a:hover
 {
 text-decoration:underline;
 color:gray;
 
 }
 
 #menu a
 {
 text-transform:uppercase;
 }