body { color: black; font-size: small; background-color: white; background-image: url(../images/miscellaneous/wall.jpg); }
p {}
td {}
a:link { color: teal ; text-decoration: none; }
a:visited { color: teal ; text-decoration: none; }
a:hover { color: aqua ; text-decoration: none; }
a:active {
	color: #FFF;
	text-decoration: none;
}
