body {
    background-color: rgb(0,33,77);
	color: #ffa818;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 24px;
}
a {
	color: #ffa818;	
}
div.content {
    background-color: rgb(0,33,77);
    color: #ffa818;
    border: 1px solid;
    padding: 1em 2em;
    text-align: center;
}

div.guess input[type="submit"] {
    width: 12ex;
}

table th {
    text-alignment: left;
}



