/* CSS Document */

A:LINK{
	text-decoration : none;
	color : #0033CC ;
	  }

A:VISITED{
	text-decoration : none;
	color : #0033CC;
	     }

A:HOVER{
	Color : #FF3300;
	text-decoration : none;
	   }

