body {
	font: small verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: white;
}

a:link		{color: #0000FF}
a:visited 	{color: #666666}
a:active 	{color: #FF0000}

h1, h2, h3 {
	font: bold small verdana, arial, helvetica, sans-serif;
    color: black;
	text-align: left;
}

h4 {
	font: smaller verdana, arial, helvetica, sans-serif;
    color: white;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

div { text-align: center;
}


th {
	font: smaller verdana, arial, helvetica, sans-serif;
	color: white;
	background-color: navy;
	text-align: center;
}

td {
	font: arial, helvetica, sans-serif;
	color: black;
	text-align: left;
	font-size: 14px;
}

td.price {
	font: arial, helvetica, sans-serif;
	color: black;
	text-align: center;
	font-size: 14px;
}

table {
	background-color: #E0E4F8;
	width: 80%;
}

