  
A:LINK{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : fuchsia;
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
.item1 {
	font-size : 80%;
	margin : 0 0 0 0px;
	color : #009966;
}