/* CSS Document */

body { color: black; background-color: white; }

p {}

td {}

a:link {
	color: gray;
	text-decoration: underline;
}

a:visited { color: red }

a:hover { color: red ; text-decoration: underline; }

a:active { color: red }
element { color: black; text-decoration: none; }
.class { color: black; text-decoration: none; }
