
/* Copyright 2009 Nicholas De Cicco.
 * All rights reserved.
 */

#products
{
	width: 100%;
}

#products td, #products
{
	border-style: none;
}

#products h1
{
	text-align: center;
	color: #7c0b20;
	font-size: 18pt;
	font-weight: normal;
}

#products h2
{
	text-align: center;
	color: #000055;
	font-size: 14pt;
	font-weight: normal;
}

#main a, #main a *
{
	text-decoration: none;
}

#main a:hover
{
	text-decoration: underline;
}

ul.nobullets, ul.nobullets li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

