/* This style sheet is used for each html page of the devonflyfishing weh site.  
   All body text is black 12 point Book Antiqua or Arial bold with 14 point vertical spacing between lines of text and 5 point margins.  The background is grey.
*/
body {font-size: 12pt;
      font-family: Book Antiqua, Arial;
      font-weight: bold;
      color: black;
      background-color: #dddddd;
      line-height: 14pt;
      margin-left: 5pt;
      margin-right: 5pt;}

/* Table body as main body 
*/
tbody {font-size: 12pt;
      font-family: Book Antiqua, Arial;
      font-weight: bold;
      color: black;
      background-color: transparent;
      line-height: 14pt;
      margin-left: 5pt;
      margin-right: 5pt;}
      
/* Indent Paragraphs*/
p {margin-left: 5pt;
   margin-right: 5pt;}

/* Make h1 heading New Berolina bold blue and h2 heading Book Antiqua bold black with 
   generous line spacing.
   If user doesn't have fonts, use Lucinda or Arial.
*/
h1 {font: 24pt New Berolina, Lucinda Handwriting, Arial;
    font-weight: bold;
    color: blue;
    background-color: transparent;
    line-height: 24pt;}

h2 {font: 16pt Book Antiqua, Arial;
    font-weight: bold;
    color: black;
    background-color: transparent;
    line-height: 16pt;}

h3 {font: 24pt Book Antiqua, Arial;
    font-weight: bold;
    text-align: center;
    color: navy;
    background-color: transparent;
    line-height: 24pt;}

.ha {font: 16pt Book Antiqua, Arial;
     font-weight: bold;
     text-align: center;
     color: green;
     background-color: transparent;
     line-height: 16pt;}

.hh {font: 16pt Book Antiqua, Arial;
     font-weight: bold;
     text-align: center;
     color: black;
     background-color: transparent;
     line-height: 16pt;}

.hg {font: 16pt Book Antiqua, Arial;
     font-weight: bold;
     text-align: left;
     color: green;
     background-color: transparent;
     line-height: 16pt;}

.hb {font: 10pt Arial, Helvetica, Sans Serif;
     font-weight: bold;
     color: black;
     background-color: transparent;
     line-height: 12pt;}

.hc {font-size: 12pt;
     font-family: Book Antiqua, Arial;
     font-weight: bold;
     color: black;
     background-color: transparent;
     line-height: 14pt;
     margin-left: 30pt;
     margin-right: 30pt;}

.hd {font: 12pt Book Antiqua, Arial;
     font-weight: bold;
     text-align: left;
     color: navy;
     background-color: transparent;
     line-height: 16pt;}

.he {font: 14pt Book Antiqua, Arial;
     font-weight: bold;
     text-align: left;
     color: navy;
     background-color: transparent;
     line-height: 16pt;}

.hf {font: 16pt Book Antiqua, Arial;
     font-weight: bold;
     text-align: left;
     color: black;
     background-color: transparent;
     line-height: 16pt;}


/* Don't underline links, make links dark blue, visited red
   and active links green.
*/
a {text-decoration: none;}
a:link {color: blue; background-color: transparent;}
a:visited {color: blue; background-color: transparent;}
a:active {color: red; background-color: transparent;}

/* Format footnotes as 10-point Antiqua blue and centre
*/
div.footnote {font-size: 10pt;
              font-family: Book Antiqua, Arial;
              line-height: 12pt;
              /* font-style: italic; */
              color: black;
              background-color: transparent;
              text-align: center}