a:link {
	text-decoration: underline;


}
a:visited {
	text-decoration: underline;

}
a:hover {
	color:#9933CC;
	text-decoration: underline;



}
a:active {
	text-decoration: underline;

}
