 
A:LINK{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  color : #ff3300;
  text-decoration : underline;
}
A:ACTIVE{
  color : #ff3300;
  text-decoration : underline;
}

A#link01{
	color : white;
	text-decoration:none;
}

A#link01:hover,active{
	color : white;
	text-decoration:underline;
}