div.menulink a:link
{
  text-decoration: none;
  background-color: inherit;
  color: #00aae6;
}
div.menulink a:visited
{
  text-decoration: none;
  background-color: inherit;
  color: #00aae6;
}
div.menulink
{
  margin-left: 30px;
}
div.menulink a:hover
{
  color: red;
  background-color: inherit;
}
div.graphs
{
  text-align: center;
  overflow: hidden;
}
div.top
{
  color: #cdcdcd;
  background-color: inherit;
  text-align: right;
}
div.top a:link
{
  color: #cdcdcd;
  background-color: inherit;
  text-decoration: none;
}
div.top a:hover
{
  text-decoration: underline;
}
div.top a:visited
{
  background-color: inherit;
  color: #cdcdcd; /*#ff8484;*/
  text-decoration: none;
}
div.graphs h3
{
  color: #0080c0;
  background-color: inherit;
}
div.graphs h4
{
  color: #0080c0;
  font-size: 100%;
  background-color: inherit;
}
div.fin
{
  color: inherit;
  background-color: #f5f5f5;
  
}
div.fin hr
{
  color: silver;
  background-color: inherit;
  border-style: thin;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}