html
{
  background-color: #000000;
}

body
{
  font-family: "Palatino Linotype", Helvetica, serif;
  color: #ffffff;
  background-repeat: no-repeat;

  width: 800;
  padding: 0 0 0 0;
  margin: 10 0 0 10;
  
}

h1, h2, h3, h4
{
  font-weight: bold;
  font-style: italic;
  color: #000000;
}

h4
{
  font-weight: bold;
  font-size: 13pt;
  height: 4px;
}

blockquote
{
  font-size: 9pt;
  font-weight: 450;
  position: relative; 
  left: 20px;

}

ol
{
  font-size: 9pt;
  font-weight: 450;
  position: relative; 
  left: 30px;

}

ul
{
  font-size: 9pt;
  font-weight: 450;
  position: relative; 
  left: 30px;

}


p
{
  font-size: 9pt;
  font-weight: 450;
  position: relative; 
  left: 30px;

}

blockquote#note
{
  font-size: 9pt;
  font-weight: 450;
  position: relative; 
  left: 20px;
  color: #ffffcc;
  font-style: italic;
}


b#header
{
  color: #000000;
}

p#right
{
  font-size: 10pt;
  font-weight: bold;
  left: 0px;
  top: 0px;
}

p#right i
{
  font-weight: 400;
  font-size: 8pt;
}

p#right a:link 
{
  color: #BBBB85;
}

p#right a:visited 
{
  color: #888822;
}

p#bottom
{
  font-size: 8pt;
  font-style: italic; 
  left: 0px;
  top: 0px;
}

p#bottom b#timestamp
{

  color: #5BA45B;
}

b#title
{
  font-style: italic; 
  font-size: 14pt;
  color: #000000;
}


b#timestamp
{
  font-style: italic; 
  font-weight: 400;
  font-size: 8pt;
  color: #3B6B3B;
}

i#foot 
{
  color: #ffffff; 
  font-size: 8pt; 
  font-style: italic; 
}


b#sidebar
{
  font-weight: 400;
  font-size: 8pt;
}

sup
{
  font-size: 6pt;
}

a
{
  text-decoration: none;
}


a:link 
{
  color: #eeeeee;
}

a:visited 
{
  color: #5BA45B;
}

a:active
{
  color: #A6CFA9;
}

p a:hover, b a:hover 
{
  background-color: #000000;
}