body {
background : white none repeat scroll 0% 50%;
color : gray;
font-family : monospace, verdana, sans-serif, arial, helvetica;
}
p.form {
text-align : center;
}
a:link {
color : gray;
text-decoration : none;
cursor : default;
}
a:visited {
color : gray;
text-decoration : none;
cursor : default;
}
a:active {
background : rgb(153, 204, 153) none repeat scroll 50% 0%;
color : white;
}
a:focus {
background : yellow none repeat scroll 50% 0%;
color : gray;
}
a:hover {
background : rgb(153, 204, 153) none repeat scroll 50% 0%;
color : white;
}
a.invisible:link {
background : white none repeat scroll 50% 0%;
color : rgb(58, 110, 165);
cursor : help;
}
a.invisible:visited {
background : white none repeat scroll 50% 0%;
color : gray;
cursor : help;
}
a.invisible:active {
background : rgb(58, 110, 165) none repeat scroll 50% 0%;
color : rgb(58, 110, 165);
cursor : help;
}
.table {
position : relative;
}
.line {
border-style : none;
border-width : 1px;
margin : 10px;
}
.cell:hover {
border-style : inset;
border-width : 1px;
}
.cell {
border-style : outset;
border-width : 1px;
margin : 10px;
padding : 10px;
height : 210px;
float : left;
position : relative;
}
