body
{
  background: url("images/background.jpg") #e3d1e9;
	font-family: Arial, sans-serif;
  font-size: 12px;
  color: #330066;   
}

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

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

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

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

.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: 14px;
  color: #ffffff;
}

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

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

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

a:visited:hover
{
  color: #9933cc;
  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: 24px; color: #000000; text-align: center;}
h2 {font-size: 22px; color: #CC0000; text-align: center; margin-top: 35px;}
h3 {font-size: 14px; color: #000000; text-align: left; margin: 0px; padding: 0px;}

.indent-left {margin-left: 20px;}
img{border: 0px;}

#navigation h3 {font-size: 14px; color: #ffffff; text-align: left; margin: 0px; padding: 0px;}

