body {
	background-image: url(images/logo.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color : #FFEBCD;
}

h1 {
text-align: center;
font-family: Verdana, sans-serif;
	font-size: 48px;
	font-weight: 800;
	color: red;
}

h2 {
text-align: center;
font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #990000;
}


ul {	
	padding: 0px;
}

li {
	font-size : 16px;
	margin: 0px 10px 0px;
	padding: 0px 10px 0px;

}


table {
 	width: 99%;
}

a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
.cnt {
	background:  #ccccff;
	color: #000000;
	font: Arial;
	font-size: 16px;
	width:18%;
	text-align: center;
	font-weight: 800;
}

.price {
	color: #000000;
	font: Arial;
	font-size: 14px;
	width:18%;
	text-align: center;
	font-weight: 600;
}

