<!--
body {
  background-image : url('images/bricks.jpg');
  background-repeat : repeat;
  background-position : left top;
  background-attachment : fixed;
  margin : 0;
}

a, a:link {
  font-family : Tahoma;
  font-weight : normal;
  color : #4c7dc9;
  text-decoration : none;
}

a:active {
  color : #010080;
  font-weight : bold;
}

a:visited {
  color : #4fa252;
}

a:hover {
  color : #ff0000;
  font-weight : bold;
}

table {
  font-family : Tahoma;
  font-size : 10pt;
}
-->