html, body {
	font-family: "Courier New", Courier, monospace;
	font-size:large;
}

a, a:link, a:active {
	text-decoration:none;
}

a:visited {
	text-decoration:line-through;
}

a:hover {
	text-decoration:underline;
}