body {
font-size: 10px;
font-family:  'Trebuschet MS', Verdana, sans-serif;
line-height: 1.1;
scrollbar-base-color: #000080;
scrollbar-face-color: #000080;
scrollbar-darkshadow-color: #000080;
scrollbar-shadow-color: #000080;
scrollbar-arrow-color: #000080;
scrollbar-3dlight-color: #000080;
scrollbar-highlight-color: #000080;
scrollbar-track-color: #000080;
background-color: #000080;
color: green;
}
a:link{
color:#FFFF00;
text-decoration:none;
}
a:visited{
color:#FFFF00;
font-weight:normal;
text-decoration:none;
}
a:hover{
color:#FFD700;
}
a:active{
font-style:normal;
font-weight:bold;
color:navy;
}
#page {
left:-375px;
margin-left:50%;
position:relative;
}
#column1, #column2, #column3 {
margin-right: 5px;
float: left;
}
#column1 {
width: 180px;
border-right: 1px solid black;
}
#column2 {
width: 360px;
}
#column3 {
width: 180px;
border-left: 1px solid black;
}
p {
padding: 5px;
margin-top: .5em;
margin-bottom: 0em;
}
#header, #footer {
display: block;
margin: 5px 0;
padding: 5px;
width: 740px;
clear:both;
}
h1 {
padding: 5px;
}
#columnheader {
text-align:center;
font-size:14px;
text-decoration:underline;
font-weight: 600;
}
#card1 {
position: absolute;
left: 20px;
top: 20px;
background-color:#fff;
}
#card2 {
position: absolute;
left: 20px;
top: 20px;
background-color:#fff;
}
.spannum {
font-size:130px;
text-align: center;
width: 180px;
height: 150px;
background-color: transparent;
vertical-align:center;
top:80px;
position: absolute;
padding: 0px;
border-color:green;
border-width:thin;
}
.spansgn {
font-size:60px;
height: 50px;
width: 50px;
background-color: transparent;
top:130px;
position: absolute;
padding: 0px;
}
.textbox {
width:0px;
border:none;
height:0px;
background-color: #000080;
}
.numberButton {
color: #FFFF00;
font-size: 14pt;
cursor: pointer;
}
.numberButton1 {
color: #fff;
font-size: 16pt;
cursor: pointer;
}
.arrowButton {
color: #00ff00;
font-size: 12pt;
font-weight: bold;
cursor: pointer;
}
.arrowButton1 {
color: #fff;
font-size: 12pt;
font-weight: bold;
cursor: pointer;
}
#helpme {
visibility:visible;
font-family:  'Comic Sans MS', Georgia, Arial, sans-serif;
}
#instructions {
display: none;
margin: 0px 0;
padding-left: 3px;
padding-bottom: 3px;
padding-right: 3px;
width: 750px;
height: 360px;
border-top: 8px ridge chartreuse;
border-right: 8px ridge chartreuse;
border-left: 8px ridge chartreuse;
border-bottom: 8px ridge chartreuse;
font-size: 17px;
color: black;
background-color: white;
z-index: 15;
position: absolute;
top: 8px;
}
.closebox1{
position: absolute;
top: 0px;
right: 4px;
color: black;
font-weight: bold;
cursor:pointer;
}
.closebox2{
position: absolute;
top: 0px;
right: 4px;
color: gray;
font-weight: bold;
cursor:pointer;
}
.instruction1 {
font-size: 16px;
position: absolute;
left:500px; 
top:401px; 
z-index:2;
 color: yellow;
cursor:pointer;
}
.instruction2 {
font-size: 16px;
position: absolute;
left:500px; 
top:401px; 
z-index:2;
color: white;
cursor:pointer;
}
#cover {
background-color: transparent;
bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}