* {
  BACKGROUND-COLOR: white;
  COLOR           : black; 
  FONT-FAMILY     : "Lucida Grande","Lucida Sans Unicode", "Bitstream Vera Sans", Lucida, Arial, Geneva, Helvetica, sans-serif; 
  FONT-SIZE       : small; 
}
A {
  FONT-FAMILY     : inherit;
  FONT-SIZE       : inherit; 
}
A.menu {
  FONT-FAMILY     : monospace;
  FONT-SIZE       : medium; 
  TEXT-ALIGN      : right;
}
BODY {
  MARGIN          : 10px; 
}
BODY.menu {
  PADDING         : 5px;
}
H1 {
  FONT-SIZE       : x-large;
  FONT-WEIGHT     : bold;
}
H2 {
  FONT-SIZE       : large; 
  FONT-WEIGHT     : bold; 
}
H4 {
  FONT-SIZE       : large; 
}
H5 {
  FONT-FAMILY     : monospace;
  FONT-SIZE       : medium; 
  TEXT-ALIGN      : right;
}
PRE {
  FONT-FAMILY     : monospace;
  FONT-SIZE       : medium; 
  WHITE-SPACE     : pre-wrap; 
}
TABLE {
  PADDING         : 1px; 
  WIDTH           : 100%; 
}
.center {
  TEXT-ALIGN      : center;
}
.label {
  FONT-SIZE       : small; 
  FONT-WEIGHT     : bold; 
  TEXT-ALIGN      : right;
}
.left {
  TEXT-ALIGN      : left;
}
.right {
  TEXT-ALIGN      : right;
}
.xxsmallr {
  FONT-SIZE       : xx-small; 
  TEXT-ALIGN      : right;
}
