body {
	width: 612px;
	border: thick ridge #FFF88B;
	padding: 0;
}

div.story {
	background-color: #FFF88B;
	border-bottom: thick ridge #FFF88B;
}

h1 {
	text-align: center;
}

img {
    border-width: 0;
}

img.story {
	border: thick ridge #FFF88B;
	float: left;
	margin: 0 1pc 1pc 1pc;
}

p {
	text-align: justify;
	margin: 0 3pc 6pt 3pc;
}

div.discount {
	text-align: center;
	background-image: url(discount4.gif);
	background-repeat: repeat-x;
	margin: 0;
}

div.forum {
	text-align: center;
	background-color: #E4F707;
	margin: 0;
	border-top: thick ridge #FFF88B;
	border-bottom: thick ridge #FFF88B;
}

div.firefox {
	background-color: #FFF88B;
	font-size: 12pt;
	border-top: thick ridge #FFF88B;
}

span.firefox {
	font-size: 15pt;
}

img.firefox {
	margin-right: 1pc;
	margin-left: 1pc;
	float: left;
}

p.button {
	float: right;
	margin: 0 1pc 0 0;
	line-height: 1.8em;
	clear: both;
}

a.button {
	background-color: #FFF88B;
	border: thick ridge #FFF88B;
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: none;
	padding-left: 1pc;
	padding-right: 1pc;
}

a.button:hover {
	border-style: outset;
}

a.button:active {
	border-style: inset;
}

