a {
	text-decoration:underline;
	color:rgb(0,0,0);
}
a:active {
	text-decoration:underline;
	color:rgb(0,0,0);
}
a:focus {
	text-decoration:underline;
	color:rgb(0,0,0);
}
a:hover {
	text-decoration:underline;
	color:rgb(0,0,0);
}
a:visited {
	text-decoration:underline;
	color:rgb(0,0,0);
}