body {    
    color: black;
    margin: 5px;    
    font-size:12px;    
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
  color: red;
  text-decoration: none;
  font-family: verdana, Arial, sans-serif;
  font-size: 18px;
  text-align: justify;
}
a:hover {
  color: blue;
  font-weight: bold; 
  text-decoration: underline;
}
#terms{font-size:10px;background:transparent;height:40px;margin:2 auto; overflow-y: scroll;width:100%;text-align:left;}


