  
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{
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : black;
}

