body
{
   background: #008000;
   text-align: center;
   font-family: "Lucida Sans Unicode";
   font-size: 14pt;
   text-align : center;
   color: goldenrod;
 }
 
#container
{
margin-left: auto;
margin-right: auto;
width: 600px;
text-align: left;
} 


 h3
 {
 font-size: 14pt;
font-weight: normal
 }
hr
{
color: "#ffff66"; 
}
p
{
display: inline
}

div.center
{
  align: center;
  vertical-align: middle;
  text-align: center;
}



td {
	vertical-align: middle;
	text-align: center;
}

#deadcenter {
height: 350px;
width: 470px;

position: absolute;
top: 50%;
left: 50%;

margin-left: -235px;
margin-top: -175px;

text-align: center;
} 

table.wholescreen
{
   margin-left: auto;
   margin-right: auto;
   width : 95%;
   height : 95%;
}

td
{
   text-align: center;
}

hr.borderline
{
  width: 650px;
}

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




