body 
{
  background-color: #2f2fb1
 }

h1
{
  color: white;
  font-family: tahoma,verdona,arial;
  text-align: center
}

h2
{
  color: white;
  font-family: tahoma,verdona,arial;
  text-align: left
}

p
{
  color: white;
  font-family: tahoma,verdona,arial;
}
p.list
{
  color: white;
  font-family: tahoma,verdona,arial;
  margin-bottom: 0;
}

ul
{
  margin-top: 0;
}
li
{
  color: white;
  font-family: tahoma,verdona,arial;
}

a:link 
{ 
  color: #e8ea1d;
}
a:visited 
{ 
  color: #e8ea1d;
}
a:hover 
{ 
  color: #CCCCCC;
  background-color: #333333;
  text-decoration: none;
}
a:active { 
  color: #333333;
}

