body {
	background: Black;
}

td {
	 font-family: verdana; font-size: 12px; color: Black;  background: White;
}
td.footer {
	 font-family: arial; width: 100%; height: 10px; color: White; background-color: Green; text-align: center;
}
.title {
	 text-align: left; color: Green; text-decoration: none; size: 1pt; font-weight: bold;
}

p.title {
	 text-align: left; color: Green; text-decoration: none; size: 5pt; font-weight: bold;
}
td.products {
	background-color: Gray; font-family: arial;  height: 10px; font-weight: bold; color: White; text-align: center;
}

a {
	 font-family: verdana; font-size: 12px; color: Gray; text-decoration: none;
}
a:hover {
	 font-family: verdana; font-size: 12px; color: #FF8C00; text-decoration: underline;
}
