body
{
  margin: 0px;
  background-color: #000000;
}

h1
{
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #000000;
	font-weight: bold;
	margin: 0px;
}

h2
{
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #000000;
	font-weight: bold;
	margin: 0px;
}

h3
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
	font-weight: bold;
	margin: 0px;
}

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

.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: #000000;
  text-decoration: underline;      
}

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

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

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

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

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

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

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

ul
{
 list-style-position: outside;
}