html {
 background : #ffce9c;
}
body {
 background-color : #eee;
 margin-top : 65px;
 margin-left : 15%;
 margin-right : 15%;
 padding : 5px;
 border : 5px solid #000080;
}
img {
 border : none;
}
h1 {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size : 1.8em;
 text-align : center;
 color : #000080;
 background : #A5CEFF;
 letter-spacing : 0.3em;
 line-height : 2em; 
}
ul {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size : 0.95em;
 color : #000080;
 background : #F1FBFF;
}
p {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size : 0.95em;
 color : #000080;
 background : #F1FBFF;
}
p#game {
 text-align : center;
}
a:link {
 color : #000080;
 background : transparent;
 text-decoration : underline;
 font-weight : bold;
}
a:visited {
 color : #000080;
 background : transparent;
 text-decoration : underline;
 font-weight : bold;
}
a:link:hover, a:visited:hover {
 color : #ffce9c;
 background : transparent;
 text-decoration : underline;
 font-weight : bold;
}
a[href]:active {
 color : #ffce9c;
 background : transparent;
 text-decoration : underline;
 font-weight : bold;
}