H1 {
 background-color: rgb(184,208,224);
 font-family: sans-serif;
 border-top: solid thin;
 border-bottom: solid thin;
 text-align: center;
}
H2 {
 background-color: rgb(200,224,240);
 font-family: sans-serif;
 border-top: solid thin;
}
H3 {
 background-color: rgb(200,224,240);
 font-family: sans-serif;
}
BODY {
 background-color: rgb(200,224,240);
 color: black;
}
DIV.nav {
 line-height: 200%;
 padding-left: 10%;
 font-variant: small-caps;
 color: rgb(0,0,0);
 border-width: 1px;
 background-color: rgb(192,200,220);
}
DIV.comment {
 line-height: 120%;
 margin-left: 10%;
 padding-left: 10%;
 padding-right: 10%;
 margin-right: 10%;
 color: black;
 border-width: 1px;
 border-style: solid;
 background-color: rgb(192,200,220);
}
A.comment {
 color: rgb(40,40,160);
}
A:hover {
 background-color: rgb(160,160,224);
 color: rgb(0,0,255);
 text-decoration: none;
}
DT {
 font-weight: bolder;
}
.qr {
 margin-left: 10%; margin-right: 10%;
 background-color: rgb(224,240,240);
 margin-top: 20px; padding-bottom: 10px
}
DL.qr > DT { 
 padding-left: 30px; padding-top: 10px; padding-bottom: 5px;
 background-color: rgb(200,200,200);
}
ADDRESS {
 border-top: solid thin;
 line-height: 200%;
 text-align: center;
 color: rgb(0,0,0);
 font-family: serif;
 font-style: normal;
}
