p, td, *
{	font-family : Arial, Helvetica, sans-serif;
  color:#84729C;
}
.menu a
{ display: block;
  text-align: center;
  padding: 4px;
  color: #FBFCFB;
  text-decoration: none;
  font-size:8pt;
  font-weight:bold;
}
.menu a:hover
{ background-color: black;
  color: #FBFCFB;
}
.tiny
{ color: white;
  text-align: center;
  font-size:6pt;
}
.tiny a
{ color: white;
  text-decoration: none;
  font-size:6pt;
}
.tiny a:hover
{ color: black;
}
.footer
{ display:block;
  background-color: #8C9AB3;
  width:100%;
	font-size : 9pt;
  color: #FBFCFB;
  padding:2px;
  position: absolute;
  border-top:2px solid black;
}
.footer a
{ color:white;
  text-decoration:none;
}
.footer a:hover
{ text-decoration:underline;
}

