body {
  color : black;
  background: #FFFFFF; 
  font-size: x-small; 
}

a { text-decoration: none }

a:link { 
  color: blue;
  background-color: transparent;
}

a:visited {   
  color: blue;
  background-color: transparent;
}

a:hover { 
  color: red; 
  background-color: transparent;
  text-decoration: underline; 
}

a:active { 
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

td { 
  font-family: Tahoma,Verdana,Arial; 
  font-size: x-small;
  vertical-align: top;
}

th { 
  font-family: Tahoma,Verdana,Arial; 
  font-size: x-small;
  font-weight: bold;
  font-align: center;
  vertical-align: center;
}

th.navbar { 
  font-weight: bold; 
  text-align: center;
}

th.hotbar {
  background: #FFFF66;
}

table.hotbar {
  background: #EEEEEE;
}

td.hotbar {
  font-size: x-small;
  font-weight: normal;
  padding-left: 5;
  background: #EEEEEE;
}

td.hotbarstart{
  background: #EEEEEE;
}

td.hotbarfinish {
  font-weight: bold;
  background: #EEEEEE;
  vertical-align: bottom;
}

tr.hotbar {
  background: #EEEEEE;
}

.smalltext { 
  font-size: 80%; 
  display: inline;
}

h1 {
  font-family: Verdana; 
  font-size: large; 
  font-weight: bold;
  text-align: center;
}

h2 {
  font-family: Verdana; 
  font-size: large; 
  font-weight: normal;
}

.mediumbold {
  font-size: 80%;
  font-weight: bold;
}

.largerbold {
  font-size: 130%;
  font-weight: bold;
}

.smallertext {
  font-size: 90%; 
  display: inline;
}

.10pxtext {
  font-size: 10px; 
  display: inline;
}
