a {text-decoration:none}
a:link { color: blue; }
a:visited { color: blue;  } 
a:hover { color: blue; background: #ffff00;}

BODY {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.95em;
  height: 100%;
  line-height: 150%;
}

h1, h2, h3, h4, h5 { 
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #000000;
}

p { text-align: justify; }

table { 
      width: 700px; 
      margin-left: auto;  /* this should be enough to center the table... */
      margin-right: auto;
}

/* ... but doesn't work in IE, which needs the div thing */
div.centerinner {
text-align: center;
}