body { color: orange; background-color: white; }
@page { }
p {
}

td { background-color: black; }

a:link {
	color: #ffa629;
	background-color: transparent;
}
a:hover {  }

a:active {  }
.class { color: orange; background-color: black; text-decoration: none; }
a:visited {
	color: #ffa629;
}
#id { color: black; font-weight: normal; font-style: normal; text-decoration: none; }

