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