H1 { color: rgb(0,0,40);
     background-color: rgb(200,224,214); 
     font-family: sans-serif;
     border-top: solid thin;
     border-bottom: solid thin;
     text-align: center;
   }
H2 { color: rgb(0,0,40);
     background-color: rgb(216,240,230); 
     font-family: sans-serif;
     border-top: solid thin;
   }
H2.qr {
   background-color: rgb(216,240,230); 
   color: rgb(0,20,40);
   font-family: sans-serif;
   border-top: none;
   }
H3 { color: rgb(0,0,40);
     background-color: rgb(216,240,230); 
     font-family: sans-serif;
   }
BODY { background-color: rgb(216,240,230); 
       color: rgb(0,0,0); 
     }
A { color: rgb(40,60,255);
}
DIV.nav { line-height: 200%; 
	  padding-left: 10%; 
	  font-variant: small-caps; 
	  color: white; 
	  border-width: 1 pixel; 
	  background-color: rgb(200,220,200);
	}
.qr {
 margin-left: 10%; margin-right: 10%;
 background-color: rgb(224,240,240);
 margin-top: 20px; padding-bottom: 10px;
}
UL.qr {
 list-style: square inside; 
      }
DL.qr > DT {
 padding-left: 30px; padding-top: 10px; padding-bottom: 5px;
 background-color: rgb(200,200,200);
}

ADDRESS { line-height: 150%; 
	  text-align: center; 
	  color: rgb(0,0,0);
	  font-family: serif;
	  font-style: normal;
}
