body { font-family: Arial;
       padding: 0px;
       background-color: #A7E9F5; 
       margin: 0px; 
        }

#header { font:  Verdana, Arial, Helvetica, sans-serif;
          font-size: 30px;
          font-weight: bold;  
          padding-left: 5px;
          border-bottom: 3px solid black; 
          background-color: #EAF6A8; 
          margin-bottom: 3px;
          color: #000080; }

#content { 
           padding: 1px 20px 1px 10px; 
           width: 768px; 
           margin-right: auto; 
           margin-left: auto;

           border-top: solid blue;
           border-right: solid blue;
           border-bottom: solid blue;
           border-left: solid blue;
           
           background-color: #ffffff; }

#content a:link { color: #0000ff;
                  font-weight: bold; } 
#content a:visited { color: #0000ff;
                     font-weight: bold; } 



#nav { text-align: center; 
       width: 768px;
       margin-top: 5px;
       margin-right: auto; 
       margin-left: auto;
       font-family: arial, sans-serif;
       font-size: 10pt; 
       padding: 10px;
       
        }

#nav a { text-decoration: underline; 
         color: #E50197; } 

#nav a:hover { color: #000080; }


h1 {
        text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	line-height: 26px;
}

h2 {
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
}

h3 {
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}
 
