html, body{
  height: 100%;
  font-family: Arial;
  font-size: 12px;
  overflow:hidden;
}

a{
  text-decoration: underline;
}

a:link{
  color: #0094CA;
}

a:visited{
  color: #0094CA;
}

a:active{
  color: #0094CA;
}