/* DOS Jeopardy screen styles */
body {color: navy; text-align: center}
#table1 {width: 95%; background-color: rgb(255, 255, 255); text-align: center; font-size: 2em}
.col {text-align: center}
#links a {font-family: sans-serif; color: blue; font-size: 2em}
#links a:link {color: blue; text-decoration: none}
#links a:active {color: yellow; text-decoration: none}
#links a:visited {color: white; text-decoration: none}
#links a:hover {color: red; text-decoration: underline}