body
{
  background-image: url("../images/bgh.jpg");
  background-repeat: repeat-x;
}
font.norm
{
  font-family:sans-serif;
  font-size:70%;
  color:#7C7C7C;
  font-weight: bold;
}
font.dark_norm
{
  font-family:sans-serif;
  font-size:70%;
  color:#646464;
  font-weight: bold;
}
font.light_norm
{
  font-family:sans-serif;
  font-size:70%;
  color:#808080;
  font-weight: bold;
}
font.quote
{
  font-family:sans-serif;
  font-size:70%;
  color:#990000;
  font-weight: bold;
}
a:link.site_link
{
  font-family:sans-serif;
  font-size:70%;
  color:#808080;
  font-weight: bold;
  text-decoration: none;
}
a:visited.site_link
{
  font-family:sans-serif;
  font-size:70%;
  color:#808080;
  font-weight: bold;
  text-decoration: none;
}
a:hover.site_link
{
  font-family:sans-serif;
  font-size:70%;
  color:#CC3333;
  font-weight: bold;
  text-decoration: none;
}
blockquote
{
  margin:5;
}
a:link.header_link
{
  font-family:sans-serif;
  font-size:90%;
  color:#CC3333;
  font-weight: bold;
  text-decoration: underline;
}
a:visited.header_link
{
  font-family:sans-serif;
  font-size:90%;
  color:#CC3333;
  font-weight: bold;
  text-decoration: underline;
}
a:hover.header_link
{
  font-family:sans-serif;
  font-size:90%;
  color:#CC3333;
  font-weight: bold;
  text-decoration: underline;
}
font.header
{
  font-family:sans-serif;
  font-size:90%;
  color:#CC3333;
  font-weight: bold;
  text-decoration: underline;
}
input.submit 
{
  color: #FFFFFF;
  font-family: sans-serif;
  font-size:70%;
  font-weight: bold;
  font-size: 12px;
  border-style: solid;
  border-color: #000000;
  border-width: 2px;
  background-color: #B01A1A;
}