body {
	font-family: sans-serif;
	font-size: small;
	}

td {
	font-family: sans-serif;
	font-size: small;
	}

td.nav {
	background-image: url(gifs/navbg.jpg);
	color: #FFFFFF;
	text-align: center;
}

td.product {
	color: #990000;
	font-weight: bold;
}

a.nav {
	color: #FFFFFF;
}
a.nav:visited {
	color: #FFFFFF;
}
	
a {
	font-family: sans-serif;
	color: #0000CC;
	font-size: small;
	text-decoration: none;
	}

a:visited {
	color: #0000CC;
	}

a:active {
	color: #CC0000;
	}

a:hover {
	text-decoration: underline;
	}

