body {
	font-size: 12px;
	line-height: 18px
	margin-left: 50px;
	margin-top: 20px;
}

td {
	font-size: 12px;
	line-height: 18px;
}

a {
	text-decoration: none;
}

a:hover {
	background-color: aqua;
}

a:visited {
	color: blue;
}

a:link {
	color: blue;
}
