body
{
  background-image: url("./pics/back.jpg");
  background-color: #000000;
  color: #FFCC00;
}

p
{
  text-indent: 20;
  text-align: left;
}

ul{text-align: left;}
a{font-weight: bold;}
a:link    {color:#FF6600}
a:visited {color:#DD6600}
a:active  {color:#FFCC00}

a:hover   
{
  color:#000000;
  background-color: #FFCC00;
  cursor: crosshair;
}

hr
{
  color: #FFCC00;
  width: 70%;
  height: 1;
}

td
{
  vertical-align: top;
}

h1
{
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
}

h2
{
  text-align: left;
  text-decoration: underline;
  font-weight: bold;
  font-size: 100%;
}