body, th, td, input, select, option, textarea, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color:#CBEBFE;	
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

img {
	border-width: 0px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 22px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}

form {
	margin-top: 3px;
	margin-bottom: 3px;
}

a:link, a:active, a:visited {
	color: #000080;
}

a:hover {
	color: #800000;
}

.productbox {
	border: solid 1px #000000;
	width: 33%;
	margin: 5px;
	border-collapse: collapse;
	vertical-align: top;
	text-align: center;
	height: 50px;
}