body {
      font-family: Tahoma, Arial, Helvetica;
      font-weight: normal;
      font-size:   12px;
      margin: 0px;
      padding: 0px;
      background-color: white;
      background-repeat: repeat;
      background-attachment: fixed;
}

body a:link {
  color: #0000ff;
}
body a:visited {
  color: #ff0000;
}
body a:hover{
  background-color: cyan;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}

img { border:none;}
a:hover img { background-color: white;
}


/* Centre that goddam page and tables */
.centered {text-align: center; }
.centered table {
   margin-left: auto;
   margin-right: auto;
}
