/* This CSS is the style sheet for the entire site. */
/* copied from another site to modify for this one. */
body {
	background-color: black;
	padding: 0;
	margin: 0;
	font-family: arial;
}
.e70{
	font-size: .7em;
}
.e80{
	font-size: .8em;
}
.e90{
	font-size: .9em;
}
.e120{
	font-size: 1.2em;
}
.footer{
	font-family: arial;
	font-size: .7em;
}
.content {
	background-color: #e1e1e1;
	background-image: url(images/content-sub-bg.jpg);
	background-repeat: no-repeat;
}
a:active, a:visited, a:link {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #3333ff;
	text-decoration: underline;
}
.table80 td {
	font-size: .8em;
	vertical-align: top;
}
img {
	border-color: black;
}
.prodheader {
	color: #990000;
	font-style: italic;
	font-weight: bold;
}
