h1 {
		 font-size: 100%;
}

h2 {
		 margin-left: 1px;
		 margin-top: 10px;
		 width: 100%;
		 color: black;
		 background-color: #f5ca09;
		 clear: both;
		 font-size: 90%;
}

h2 span {
		 display: block;
		 padding: 2px;
}

h3 {
		 font-size: 90%;
		 color: #333399;
}

div.level2 {
		 margin-left: 10px;
}

td.price {
		 text-align: right;
		 vertical-align: bottom;
}

hr {
		 border: 0;
		 height: 1px;
		 color: black;
		 background-color: black;
}

a.button {
		 display: block;
		 height: 20px;
		 width: 130px;
		 padding: 1px;
		 text-align: center;
		 font-weight: bold;
		 background-color: #f5ca09;
		 border: 1px solid black;
}

