body
{
  background: url("images/background.jpg") #e3b459;
}

.smalltext
{
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.standardtext
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

.mediumtext
{
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #000000;
}

.largetext
{
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #000000;
}

.cattext
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.smalltextwhite
{
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.standardtextwhite
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

.mediumtextwhite
{
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
}

a:link
{
  color: #660000;
  text-decoration: underline;      
}

a:hover
{
  color: #660000;
  text-decoration: none;      
}

a:visited
{
  color: #660000;
  text-decoration: underline;      
}

a:visited:hover
{
  color: #660000;
  text-decoration: none;      
}

a.goldlink:link
{
  color: #ffcc33;
  text-decoration: underline;      
}

a.goldlink:hover
{
  color: #ffcc33;
  text-decoration: none;      
}

a.goldlink:visited
{
  color: #ffcc33;
  text-decoration: underline;      
}

a.goldlink:visited:hover
{
  color: #ffcc33;
  text-decoration: none;      
}

h1{font-size: 22px; text-align: center;}
h2{font-size: 18px; text-align: center;}
h3{font-size: 14px; margin: 0px;}

.image_right{float: right; margin: 0px 10px 10px 10px;}
.image_left{float: left; margin: 0px 10px 10px 10px;}