body,table,input,select,textarea {
  font-family:Times New Roman,serif;
  font-size:medium;
}

body {
  margin:0;
  padding:0;
  background:#fff;
  color:#000;
}



a {
  text-decoration:underline;
  color:#000;
  white-space:nowrap;
}

#nav-top {
  display:none;
}

#content {
  margin:10px;
  padding:10px;
  background-color:#fff;
  min-height:420px;
}
*html #content { height:400px; }

#footer { display:none; }