  
A:LINK{
  font-size : 12px;
  color : white;
  text-decoration : none;
}
A:VISITED{
  font-size : 12px;
  color : white;
  text-decoration : none;
}
A:HOVER{
  font-size : 12px;
  color : aqua;
  text-decoration : none;
}
A:ACTIVE{
  font-size : 12px;
  color : white;
  text-decoration : none;
}
.leftline{
  padding-top : 0px;
  
  padding-right : 0px;
  padding-bottom : 0px;
  border-left-style : solid;
  border-left-color : black;
  border-left-width : 1px;
}
