body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
body {
	background-image: url(ff5catalogback.gif);
}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: blue;
}
a:active {
	text-decoration: none;
	color: blue;
}
p {
	margin: 0;
	padding: 0;
}
#catalog-top {
	background-image: url(ff5catalogpage-top.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 650px;
}
#catalog-mid {
	background-image: url(ff5catalogpage-mid.gif);
	background-repeat: repeat-y;
	width: 650px;
}
#catalog-bot {
	background-image: url(ff5catalogpage-bot.gif);
	background-repeat: no-repeat;
	width: 650px;
	height: 60px;
}


/* Page formatting */

#catalog-mid p {
	text-align: left;
	margin-left: 100px;
	margin-right: 20px;
	font-size: 80%;
}
p#product-name {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
}
.price {
	font-size: 80%;
}
table#header {
	border-bottom: solid 1px black;
	margin: 10px 0 0 70px;
	width: 540px;
}
table#header p {
	font-size: 70%;
	letter-spacing: 0.2em;
	padding: 0;
	margin: 0;
}
table#header td#lefter p {
	text-align: left;
}
table#header td#righter p {
	text-align: right;
}
table#products {
	margin-left: 100px;
	margin-right: 20px;
}
table#products p {
	padding: 0 0 0 5px;
	margin: 0;
}
table#products td {
	vertical-align: top;
}
table#products p#pullqoute {
	margin: 5px;
	color: #800000;
	font-size: 70%;
}
table#products td#galuf {
	padding: 0 20px;
}
table#header-bot {
	border-top: solid 1px black;
	margin: 20px 0 0 0;
	width: 480px;
}
table#header-bot p {
	font-size: 80%;
	padding: 0;
	margin: 0;
	text-align: right;
}