/* main page background */
.page
{
  position: relative;
  background-color: #111111;
  top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  }

a, h1
{
  text-decoration: none;
  font-size: 16px;
  color: #cccc88;
  }

a:hover
{ 
  color: white;
 }

img
{ 
  border: none;
 }
