html{
color: black;
background-color: #99ff99;
font-family: Helvetica, Helvetica Neue, Arial;
}

* html body{
overflow:hidden;
}

* html div#content{
height:100%;
overflow:auto;
margin-right: auto;/*centres in compliant browsers*/
margin-left: auto;/* " " */
width: 755px;
text-align: left
}

.central {
margin-right: auto; /* centres in compliant browsers */
margin-left: auto ;
width: 755px;
text-align: left;
}

div#content{
position:relative;
top:10px;
margin-right: auto;/*centres in compliant browsers*/
margin-left: auto;/* " " */
width:755px;
z-index: 4;
}

*:link {
  color: #0000ee;
}
*:visited {
  color: #551a8b;
}
*:active {
  color: #ee0000;
}

table.ctoptbl {
  text-align: center;
}
tr.ctblrow {
  font-family: Helvetica,Arial,sans-serif;
  color: #990000;
}
td.ctblcell {
  background-color: #33cc00;
  text-align: center;
}
