
body       { color: #000; font-family: "Century Schoolbook"; background-color: #fdf5e6; margin: 36px }
a:active  { color: #f00; text-decoration: none }
a:visited   { color: #339; text-decoration: none }
a:link  { color: #800000; text-decoration: none }
H1    { font-weight: lighter; font-size: xx-large; font-family: "Gorilla BT", "Century Schoolbook"; text-align: center }
H2   { font-size: x-large; font-family: "Gorilla BT", "Century Schoolbook"; text-align: center }
H3  { font-weight: bold; text-align: center }
b   { font-weight: lighter; font-family: "Gorilla BT", "Century Schoolbook" }
H4 { font-family: "Gorilla BT", "Century Schoolbook"; text-align: center }

/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

@media (max-width: 480px) {
  p { font-size: 12pt; margin-left: 1%; margin-right: 1%; margin-bottom: 4pt; margin-top: 4pt; line-height: 125%; }
  p.indentb { margin-left: 6%; margin-right: 1%; }
  p.quoteb { margin-left: 6%; margin-right: 1%; }
  p.index { margin-left: 6%; margin-right: 1%; }
  h1 { font-size: 18pt; margin-left: 1%; margin-right: 1%; }
  h2 { font-size: 16pt; margin-left: 1%; margin-right: 1%; }
  h3 { font-size: 14pt; margin-left: 1%; margin-right: 1%; }
  h4 { font-size: 13pt; }
  h5 { margin-left: 1%; }
  h6 { margin-left: 1%; }
  img { width: 150px; height: auto; }
  img.auto {width: auto ; height: auto; }
  blockquote {margin-left: 1%; }
}
