
body a {
	text-decoration: none;
	color: red;
}
body a:link {
	color: red;
}
body a:visited {
	color: red;
}
