a.nav:link,
a.nav:visited,
a.nav:hover,
a.nav:active  
{ 
  color: #000099;
  background: #000099;
}

a:link,
a:hover,
a:active 
{ 
  font-family: arial, "san serif"; 
  font-weight: bold;
  font-style:  normal;
  color:       #baa178;
  background:  transparent;
}

a:visited 
{ 
  font-family: arial, "san serif"; 
  font-weight: bold;
  /*font-style:  italic;*/
  color:       #996633;
  background:  transparent;
}

body
{
  background: #000099;
}

font.h2
{
  font-family: arial, "san serif"; 
  font-size:   x-large;
  font-weight: bold; 
  color:       #baa178;
  background:  transparent;
  text-align:  center;
}

h1
{ 
  font-family:  arial, "san serif"; 
  font-size:    xx-large;
  font-weight:  bold; 
  font-variant: small-caps;
  color:        #baa178;
  background:   transparent;
  text-align:   center;
}

h2
{ 
  font-family: arial, "san serif"; 
  font-size:   x-large;
  font-weight: bold; 
  color:       #baa178;
  background:  transparent;
  text-align:  center;
}

hr
{
  color: #996633;
  width: 600px;
}

img
{
  border-style: none;
}

img.plain
{
  border-style: none;
}

table,
table.plain 
{
  border-style: none;
  width:        600px;
}


table.bloodlines 
{
  width:           500px;
  border:          thin solid #996633; 
  border-collapse: collapse;
}

td.bloodlines
{
  border  : thin solid #996633; 
  padding : 10px;
}


td.img
{
  border:     none;
  text-align: center;
}

td.plain
{
  border-style:none
}

td,
p 
{ 
  font-family: arial, "san serif"; 
  font-size:   medium; 
  font-weight: bold;
  color:       #baa178;
  background:  transparent;
  text-align:  justify;
}

td.center,
p.center 
{ 
  font-family: arial, "san serif"; 
  font-size:   medium; 
  font-weight: bold;
  color:       #baa178;
  background:  transparent;
  text-align:  center;
}

td.h2
{ 
  font-family: arial, "san serif"; 
  font-size:   x-large;
  font-weight: bold; 
  color:       #baa178;
  background:  transparent;
  text-align:  center;
}

td.note 
{
  font-family: arial, "san serif"; 
  font-weight: normal;
  font-style:  oblique;
  font-size:   large;
  color:       #000099;
  background:  #b0c4de;
}