BODY {
	color: #000000;
}


A {
	text-decoration: underline;
	color: Maroon;
}

A:Hover {
	text-decoration: none;
	color: #CE3100;
}

.style2 {
	color: Maroon;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

h1 {
	font-size: small;
	color: Maroon;
	font-weight: bold;
	font-family: Tahoma;

}

h2 {
	font-family:Tahoma;
	color:#A0A0A0;
	text-align:center;

}
p {
	text-align:justify;
	font-family:MS Sans Serif;
	font-size:x-small;

}

.header {
	font-weight:bold;
	background-color:#CCCCCC;
}
table.ordinary {
	font-family:MS Sans Serif;
	font-size:xx-small;
}

.quantity {
	width:30px;
	border-width:1px 1px 1px 1px;
	background-color:#CCCCCC;
	border-color:#000000;
}
.price {
	font-size:15px;
	font-weight:bold;
}