<style type="text/css" charset="UTF-8">
body 

a:link, a:visited, a:active, a:hover
{ 
 font-family:Verdana;
 font-size:24px;
  text-decoration:none;
  font-weight: none;
  color:#634142;
}
a:active, a:hover
{ 
 text-decoration:underline;
 background-color: #008CBA;
    color: white;
}

div.scroll {
    background-color: white;
    width: 100%;
    height: 100%;
    overflow: scroll;
}
</style>