/* CSS Document */
body { 
  background-color:#663300;
}

h1 {
  color: #663300;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}

h2 {
  color: #663300;
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
}

ul.one {
  list-style-image: url('images/marker1.gif');
  list-style-position: outside;
  color: #663300;
  font-family: arial;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
}
ul.two {
  list-style-image: url('images/marker2.gif');
  list-style-position: outside;
  color: #663300;
  font-family: arial;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
}

p {
  color: #663300;
  font-family: arial;
  font-size: 10pt;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
}

p.right {text-align: right}

p.center {text-align: center}

p.emphasis { 
  color: #663300;
  font-family: "Times New Roman", Times, serif;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  font-style:italic;
}

p.footer { 
  color: #663300;
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

a:link     {color:green}
a:visited  {color:green}
a:hover    {color:green}
a:active   {color:green}