/****************************************************************************/
/*                                                                          */
/*  Doug's light background style sheet.  Mostly used for general pages.    */
/*                                                                          */
/*                                                                          */
/*  High Level Styles:                                                      */
/*                                                                          */
/*    Body sets navy on white, Arial, 12pt                                  */
/*    Pre formatted sets darkgreen on white, Courier, 10pt                  */
/*                                                                          */
/****************************************************************************/

BODY {
  background:  white;
  background-image: url(http://www.daemoncon.com/Personal/Shooting/00-FS100-34.Washed.jpg);
  color:  navy;
  font-family:  Arial;
  font-size:  12pt
}

PRE {
  background:  white;
  color:  darkgreen;
  font-family:  Courier;
  font-size:  10pt
}

/****************************************************************************/
/*                                                                          */
/*  Anchor styles:                                                          */
/*                                                                          */
/*    Default is Arial, 14pt                                                */
/*    Link (unvisited) is teal                                              */
/*    Visited is purple                                                     */
/*    Active is red                                                         */
/*    Address (class) is maroon, Arial, 10pt                                */
/*                                                                          */
/****************************************************************************/

A {
  font-family:  Arial;
  font-size:  14pt
}

A.address {
  background:  transparent;
  color:  maroon;
  font-family:  Arial;
  font-size:  10pt
}

A:link {
  background:  transparent;
  color:  teal
}

A:visited {
  background:  transparent;
  color:  purple
}

A:active {
  background:  transparent;
  color:  red
}

/****************************************************************************/
/*                                                                          */
/*  Table Styles:                                                           */
/*                                                                          */
/*    Default at the table level is a white background                      */
/*    Default table data is navy, Arial, 12pt                               */
/*    Default table header is nave, Arial, 15pt, bold                       */
/*                                                                          */
/****************************************************************************/

TABLE {
  background:  transparent;
}

TD {
  color:  navy;
  font-family:  Arial, serif;
  font-size:  12pt
}

TH {
  color:  navy;
  font-family:  Arial;
  font-size:  15pt;
  font-weight:  bold
}

/****************************************************************************/
/*                                                                          */
/*  Header styles.  kinda boring, inheriets navy on white (from BODY),      */
/*    Comic Sans MS font                                                    */
/*                                                                          */
/*    H1 - 24pt                                                             */
/*    H2 - 18pt                                                             */
/*                                                                          */
/****************************************************************************/

H1 {
  font-family: "Comic Sans MS";
  font-weight: bold;
  font-size: 24pt
}

H2 {
  font-family: "Comic Sans MS";
  font-weight: bold;
  font-size: 18pt
}

/****************************************************************************/
/*                                                                          */
/*  Paragraph styles.  Defaults to navy on white, 12 pt Arial.              */
/*                                                                          */
/****************************************************************************/

P {
  background:  transparent;
  color:  navy;
  font-family:  Arial;
  text-indent:  12pt
}

P.footer {
  background:  transparent;
  color:  white;
  align:  center;
  text-indent:  none;
/*
  border:  double;
  border-color:  navy;
*/
  font-size:  8pt
}
