/* CSS Document */

A:LINK{
	text-decoration : none;
	color : #999999;
	  }

A:VISITED{
	text-decoration : none;
	color : #999999;
	     }

A:HOVER{
	Color : #663333;
	text-decoration : none;
	   }


