body {
	 background-color: #000000;
	 text-align:center;
}

h1 { 
position:relative;
display:inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
margin: 0;
padding: 0;
color: #999999;
}
h2 { 
position:relative;
display:inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
margin: 0 0 0 10px;
padding: 0 0 0 10px;
color: #999999;
}
.clear {
clear:both;
}
#game:link, #game:visited, #game:active {
display:block;
position:relative;
width:728px;
height:500px;
border:0;
background:url(playgame.gif) #1F3565;
outline:none;
padding:0;
color: #DDD;
text-decoration: none;
}
#game:hover {
background:url(playgame.gif) 0 -500px #1F3565;
color: #DDD;
text-decoration: none;
}

.instructions { 
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color:#999999;
width:800px;
text-align : center;
margin : 0 0 0 0;
padding : 0 0 0 0;
}


