/* A style sheet for a professional looking website with all text in dark blue 123 point Book Antiqua with 16 point vertical spacing between lines of text and 10-point margins. Use image5.gif as background.
*/
body
{font: 10pt Arial;
 color: black;
 bgcolor="#f8f8ff";
 line-height: 12pt;
 margin-left: 2pt;
 margin-right: 1pt;
}

/* Indent paragraphs */
p {font: 12pt Arial;
   color: black;
   margin-left: 5pt;
   margin-right: 1pt;}

table {font: 12pt Arial;
       color: black;}

ul {font: 10pt Arial;
   color: black;}

/* Make headings Arial with generous line spacing */
h1 {font: 18pt Arial;
    font-weight: bold;
    line-height: 20pt;}

h2 {font: 14pt Arial;
    font-weight: bold;
    line-height: 16pt;}

h3 {font: 12pt Arial;
    line-height: 14pt;}
/* Don't underline links, and make all links blue
   Make links flash red when activated
*/
a {text-decoration: none;}
a:link {color: blue;}
a:visited {color: blue;}
a:active {color: red;}

/* Format content as 10-point Arial and Left justify them.
*/
div.content  {font-size: 10pt;
              font-family: Arial;
              line-height: 12pt;
              text-align: left}

a.content    {font-size: 10pt;
              font-family: Arial;
              line-height: 12pt;
              text-align: left}
