body
	{
     
	     background-color:#0000A0;
     
	     text-align:center;
	     color: white;
	}


h1,h3
	{
     
	     text-align: center;
     
	     border-style: inset;
 
	     border-color: gold;    
	     background-color: black;
     
	     color: white;
	     border-width: 7px;    
	}	
h2
	{
	     text-align: center;
	     color: white;
	}
h5
	{
	     text-align: center;
     
	     border-style: inset;
 
	     border-color: gold;    
	     background-color: black;
     
	     color: white;
	     border-width: 3px; 
	}
p
	{
	     font: normal 14pt/16pt times,serif;
	     color: white;
	}
	
table
	{
     
	     text-align: center;
     
	     border-style: inset;
 
	     border-color: gold;    
	     background-color: black;
     
	     color: white;
     
	     position: absolute;
     
	     top: 75px;
     
	     left: 25px;
     
	}

a:link	     {color: Blue; text-decoration: none;}
a:visited {color: Blue; text-decoration: underline;}
a:hover     {color: gold; text-decoration: underline;}
a:active   {color: Blue;}
