/* PRODUCTS.CSS: Our Products
Copyright © WOIS/The Career Information System */

table.prices {
	background-color: #cc9; 
	border: gray groove 3px; 
}
th, td {
	padding: 0.5em;
}
th {
	text-align: center;
	vertical-align: top;
}
th.rowhead {
	text-align: left;
}
td.price {
	text-align: center;
}
li.big {
	margin-bottom: 1em;
}
img.right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
.leased_annual {
	font-style: italic; 
	text-align: center;
}
div#page_links {
	margin-bottom: 1em;
}


