A { text-decoration: none; }
A:hover { text-decoration: underline; }
A:visited { color: blue; }
A.value { font-wight: bold }
H1 { font-family: arial,helvetica,sans-serif; font-size: x-large; 
     font-weight: bold;}
H2 { font-family: arial,helvetica,sans-serif; font-size: large; 
     font-weight: bold;}
BODY,TD { font-family: arial,helvetica,sans-serif }
TH { font-family: arial,helvetica,sans-serif; font-weight: bold; }

input[type="submit"] {
  background: #ccccff; border: thin solid #9999cc
}

.thin-name { background: #cccccc }
.name { background: #cccccc; font-weight: bold; text-align: top }
.value { background: #ccccff }
.number { background: #ccccff; text-align: right }
.block { background: #cccccc; padding: 5 }
.sql { background: #ccccff; font-family: monospace }
.sqlKey { color: green; font-weight: bold }
