/*pale blue background with spur at bottom right*/
body         { background-color: #D9E2F4; background-image: url('../images/spurpale.gif'); 
               background-repeat: no-repeat; background-position: right bottom }
               
/*page heading text format*/
H1           { margin-top: 0; margin-bottom: 0; text-align: center; font-family: Book Antiqua; 
               font-size: 30; font-style: italic; font-weight: bold; color: #FBBA24 }
               
/*body heading format*/
H2           { margin-top: 0; margin-bottom: 18; font-family: Book Antiqua; 
               font-size: 18; font-weight: bold; font-style: italic }
               
/*body sub-heading format*/
H3           { margin-top: 0; margin-bottom: 9; font-family: Verdana; 
               font-size: 12; font-weight: bold }
               
/*body text format*/
P           { margin-top: 0; margin-bottom: 6; font-family: Verdana; 
               font-size: 12; font-weight: normal }
               
/*footer links format*/
