body { color: black; background-color: white; }
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 18px;
}
td {}
a:link { color: teal; text-decoration: none; }
a:visited { color: olive; text-decoration: none; }
a:hover { color: aqua ; text-decoration: none; }
a:active { color: orange ; font-style: italic; text-decoration: none; outline-color: aqua; outline-width: thick; }
