body
{
  background: url("images/background.jpg");
  background-color: #cccccc;
}

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

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

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

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

.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;
}

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

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

a.whitelink:link
{
  color: #ffffff;
  text-decoration: underline;      
}

a.whitelink:hover
{
  color: #ffffff;
  text-decoration: none;      
}

a.whitelink:visited
{
  color: #ffffff;
  text-decoration: underline;      
}

a.whitelink:visited:hover
{
  color: #ffffff;
  text-decoration: none;      
}

a.navlink:link
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;      
}

a.navlink:hover
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;      
}

a.navlink:visited
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;      
}

a.navlink:visited:hover
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;      
}