body, td {
	background-color: #cc0000;
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	color: white;
}

.inv {
	background-color: black;
	color: white;
}

.prc {
	background-color: white;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}

.blk {
	background-color: white;
	color: black;
}

.blk p {
	margin: 5px;
}

a.lred:link {
	color: red;
	text-decoration: none;
}
a.lred:visited {
	color: red;
	text-decoration: none;
}
a.lred:active {
	color: #cccccc;
	text-decoration: none;
}
a.lred:hover {
	color: #cccccc;
	text-decoration: none;
}

a.lwht:link {
	color: white;
	text-decoration: none;
	font-size: 14pt;
}
a.lwht:visited {
	color: white;
	text-decoration: none;
	font-size: 14pt;
}
a.lwht:active {
	color: #cccccc;
	text-decoration: none;
	font-size: 14pt;
}
a.lwht:hover {
	color: #cccccc;
	text-decoration: none;
	font-size: 14pt;
}

a.lblk:link {
	color: black;
	text-decoration: none;
}
a.lblk:visited {
	color: black;
	text-decoration: none;
}
a.lblk:active {
	color: #cccccc;
	text-decoration: none;
}
a.lblk:hover {
	color: #cccccc;
	text-decoration: none;
}

a.lpag:link {
	color: white;
	text-decoration: underline;
}
a.lpag:visited {
	color: white;
	text-decoration: underline;
}
a.lpag:active {
	color: #cccccc;
	text-decoration: underline;
}
a.lpag:hover {
	color: #cccccc;
	text-decoration: underline;
}
