﻿* {
  margin: 0;
  padding: 0;
  font: normal tahoma, "microsoft sans serif";
}

a, a:visited {
  cursor: hand;
  text-decoration: none;
  color: #bbbbbb;
}
a:hover {
  font-size: 2ex;
  color: #eeeeee;
  text-decoration: none;
  cursor: hand;
}

html { 
height: 100%;
width: 100%;
}

body { 
height: 100%;
width: 100%;
} 

td {
  font: bold 1.8ex tahoma, "microsoft sans serif";
  color: #bbbbbb;
}

