table.price-list th, table.price-list td {
 border: rgb(47, 44, 44) thin solid;
 padding: 2pt;
}
thead {
	color: white;
	background-color: gray;
}
tfoot{
	font-style: italic;
	text-align: right;
}
table.catalog td {
 border-bottom: black thin dotted;
 padding: 3pt;
}
table.catalog img { width: 200px; }
nav {
 background-color: blanchedalmond;
 float: left;
 width: 200px;
 margin: 10px 0px 10px 10px;
 padding: 20px;
 border-radius: 10px;
}
nav div {
 font-size: 24pt;
 margin: 10px 0px;
}
main { margin-left: 300px; }
body { font-family: Arial; }
header {text-align: center;}
footer {text-align: right;}
.bar-title {
 font-variant-caps: small-caps;
 font-size: 60pt;
}
fieldset {
	margin-right: 1500px;
}