/* Redefinitions */
body {
	background-color: #a5c2e0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	color: #FFFFFF;
	text-decoration: underline;
}
/* Custom styles for specific tags */
a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
table.product {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	width: 100%;
}
th.product {
	background-color: #E0E0E0;
	text-align: left;
}
td.product {
	vertical-align: middle;
	text-align: center;
	height: 120px;
	width: 120px;
}
