/* CSS Document */

p.sauce

{
	font-size: large;
	color: #B62034;
}

p.company
{
	font-family: arial;
	font-weight: bolder;
}

.takeout
{
	font-variant: small-caps;
	font-style: oblique;
	color: #B62034;
	font-size: large;
	font-weight: bolder;
}

p.text
{
	font-family: arial;
}

p.copy
{
	font-family: arial;
	font-size: x-small;
	font-variant: small-caps;
}

p.news
{
	font-style: italic;
	font-family: arial;
}

p.header
{
	font-family: arial;
	font-weight: bold;
	text-align: left;
}

p.article
{
	font-family: arial;
	text-align: left;
	font-size: x-small;
	letter-spacing: normal;
}

a:link
{
	color: #B62034;
	text-decoration: none;
}

a:visited
{
	color: #B62034;
	text-decoration: none;
}#coupon {
	border: 5px dashed #B62034;
	height: 200px;
	width: 400px;
	padding: 15px;
	margin-top: auto;
	margin-bottom: auto;
	background-image: url(images/rswatermark.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #B62034;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
}
.disclaimer {
	font-size: 10px;
	text-align: left;
}
h3 {
	font-family: "Arial Black", Verdana, sans-serif;
	font-size: 16px;
	color: #663300;
	margin: 0px;
}
