/* CSS Document */

body {
background: transparent;
color:#000; 
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
}

.ba-box {
/*height: 500px;
overflow: scroll;*/
}

a:link,
a:active {
  font-weight: bold;
  color: #f00;
  }
a:visited {
  font-weight: bold;
  color: #080;
  }
a:hover {
  color: #f80;
  }