h1
{
  color: silver;
  font-family: Tahoma, Arial;
  text-align: center
}

h2
{
  color: rgb(150,150,150);
  font-family: Tahoma, Arial;
}

body
{
   margin-left: 5%; margin-right: 5%;
   color: silver; background: black;
   font-family: Tahoma, Verdana, Arial, sans-serif;

  a:link { color: rgb(150, 150, 150) }  /* for unvisited links */
  a:visited { color: rgb(153,153, 153) } /* for visited links */
  a:active { color: rgb(153,153,153) } /* when link is clicked */
  a:hover { color: rgb(0, 96, 255) } /* when mouse is over link */
}

table
{
   background: black;
   font-family: Tahoma, Verdana, Arial, sans-serif;

   margin-top: 20; 
   margin-bottom: 20;

   cellpadding: 5;
   cellspacing: 5;
}

td
{
   background: black;
   align: center;
}

img
{
   padding: 1;
   border: none;
   float: none;
}
