body
{
 color:navy;
 margin-left: 2pt;
}

h1
{
  font-weight: bold;
  color green;
  font-size: xx-large;
}

h1,h2,h3
{
 font-family: "Britannic Bold", arial; 
}

p
{
 font-family: "Times New Roman", arial; 
 margin-left: 10pt;
}

li
{
  font-family: "Times New Roman", arial; 
  list-style-type: none;
  margin-left: 5pt;
  margin-top: 6pt;
}

table
{
 font-family: arial, "Times New Roman"; 
}

th,td,tr
{
 font-size: 100%;
}

hr
{
 color:navy;
}

a:link     { color:navy; }
a:visited  { color:navy; }
a:active   { color:navy; font-weight: bold; font-size: 110% }
a:hover    { color:blue; font-weight: bold; }


