h1 {
     font:bold italic 180% "Comic Sans MS", sans-serif;
     text-align:center;
     color:rgb(102,102,102);
}
h2 {
     font:120% Arial, Helvetica, sans-serif;
     text-decoration:underline;
}
body, td, form {
     font-family: Arial, Helvetica, sans-serif;
}
body {
     color:black;
     background-color:white;
}
a:link {
     color:rgb(0,0,255);
}
a:visited {
     color:rgb(153,0,153);
}
a:active {
     color:rgb(255,0,0);
}
a:hover {
     border:red solid 1px;
     margin:-1px;
}
table form {
     margin-bottom:1px;
}
table ol, table ul {
     margin-bottom:1px;
}
.floatleft {
     float:left;
}
