body 
{
   background-color: #000000;
   background-image: url("bg.png");
   background-repeat: repeat;
}

h1
{
   color: #000000;
   --background-color: #0000FF;
   font-family:"Comic Sans MS" ;
   letter-spacing: 4px;
   width: 75%;
   position: left;
   left: 25%;
   text-align: center;
   border-align: center;
   border-width: thick;	
   border-style: ridge  ;	
   border-color: gold;	   
}

H2{
   color: #000000;
   --background-color: #0000FF;
   font-family:"Comic Sans MS" ;
   letter-spacing: 4px;
   position: left;
   left: 25%;
   text-align: left;
}

p
{
   color: #000000;
   letter-spacing: 3px;
   font-family: "Comic Sans MS";
}
a:link
{
   color: black;
}
a:visited
{
   color: black;
}
a:active
{
   color: black;
}
a:hover {
	color:  #999999;
}
a {
	text-decoration:none;
}
table
{
    background-color: #FFFFFF;
}

td
{
   font-family: "Comic Sans MS";
}
