a.{ 
	Color : #660099;
	Text-Decoration : none;	
    }

a.:hover{
	Color : #9966cc;
	Text-Decoration: underline;
    }
	
A.focuslink{ 
	Color : #000000;
	Text-Decoration : underline;
	}

A.focuslink:hover{
	Color : #9966cc;
	Text-Decoration : underline;
    }
	
a.menustyle{ 
	Color : #eeeeee;
	Text-Decoration : none;
    }

a.menustyle:hover{
	Color : #ffffff;
	Text-Decoration: underline;
    }

a.menustyle:active{
	Color : #000000;
	Text-Decoration: none;
    }
