BODY {
	color: black;
	background-color: white;
}
BODY A {
	color: blue;
	background-color: transparent;
	padding: 0px;
	text-decoration: underline;
	border-style: none;
}
BODY A:hover {
	text-decoration: underline;
}
