﻿a:link{color: blue; text-decoration: none}

a:visited{color: navy; text-decoration: none}

a:hover{color: #3366FF; text-decoration: underline}

/* don't use active - IE doesn't like it */


body {
background-image: url(background.jpg);
background-color: navy;
}


div {

}


hr {
text-align:center;
}


p {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size : 12pt;
line-height: 1.5;
text-align: justify;
text-indent: 3em;
}


td {
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 12pt
}


h1 {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 18pt;
text-align: center;
margin-top: 2em;
margin-bottom:1em;
}


h2 {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 14pt;
text-align:center}


h3 {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 12pt;
text-align:center}


h4 {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 12pt;
text-align:center}


h5 {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 12pt;
text-align:center}


h6 {  
font-family: Bookman Old Style, Georgia, Times New Roman, Times, serif; 
font-size: 11pt;
font-style: normal;
text-align: center;
}



