body {
 background-color: #ffffe6;
 color: #333333;
 font-family: Souvenir, Georgia, "Times New Roman", Times, serif;
}

h1 {
 font-size: 150%;
}

:link:focus, :visited:focus { 
}

:link, :visited {
 background-color: transparent;
 text-decoration: none;
 font-weight: bold;
}

:link:hover, :visited:hover {
 background-color: #e6e6cc;
 text-decoration: none;
 font-weight: bold;
}

:link:active, :visited:active {
 background-color: transparent;
 text-decoration: none;
 font-weight: bold;
}

input.controlsButton {
 width: 120px;
}
