
A:visited	{text-decoration:underline;
  color : olive;
}
A:active	{text-decoration:none;}
A:hover		{text-decoration:none;
  background-color : #ffe8e8;
  position : static;
  
  
  font-weight : normal;
}

BODY{color : #484848;}
TD{
  line-height : 180%;
  font-size : x-small;
}
A:link{
  color : #4c4c4c;
  font-weight : normal;
  text-decoration : none;
}
.link_w{
  font-weight : bold;
  color : white;
}
.right_line{
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : silver;
}


