.bgimage {
	background-repeat : no-repeat;
	background-color : #DFFFFF;
; background-position: center
}
h1 {  
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: large; 
  color: #0033FF; 
  text-align: center
  }
  
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000066; 
   background-color: #DFFFFF
   }
   
td { 
 font-size: 80%
; color: #000066
 }
 
.navbar {
  font-weight: bold; 
  font-family: Georgia, "Times New Roman", Times, serif; 
  line-height: 80%; 
  font-size: small
  }

a:link {
  color: #0000FF; 
  text-decoration: none
  }
  
a:visited {
  color: #0000FF; 
  text-decoration: none
  }
  
a:hover { 
 color: #339900; 
 text-decoration: none
 }
 
a:active { 
 color: #0000FF; 
 text-decoration: none
 }
b {  font-weight: bold; color: #0000FF}
