<!--

h1 {
	font-size: 20;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #561051; 
	font-style: normal; 
	font-weight: normal; 
	margin-top: 0; 
	}
	
h2 {
	font-size: 16;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D99F4A 
	font-style: normal; 
	font-weight: normal; 
	margin-top: 0; 
	margin-bottom: 10;
	}
	
h3 {
	font-size:14;
	font-family:verdana, helvetica, arial; 
	color:#443333; 
	font-style:normal; 
	font-weight:bold;
	}

h4 {
	font-size: 12;
	font-family: verdana, helvetica, arial;
	color: #665555; 
	font-style: normal; 
	font-weight: bold;
	}

h5 {
	font-size: 14;
	font-family: verdana, helvetica, arial; 
	color: #000000;
	}

h6 {
	font-size:10;
	font-family:verdana, helvetica, arial; 
	color:#ffffff; 
	font-weight: normal; 
	margin-top:3; 
	margin-bottom:3;
	}

p {
	font-size: 12;
	font-family: verdana, helvetica, arial; 
	color:#000000;
	}
	
.specials {
	padding:10px;
	border:double;
	border-style:double;
	border-width:3px;
	border-color:#561051;
	background:#FDF7FD;
	width:400px;
}

.coupon {
	padding:10px;
	border:dashed;
	border-style:dashed;
	border-width:2px;
	border-color:#561051;
	background:#FDF7FD;
	width:400px;
}
	
image.photoborder {
	border:solid;
	border-style:solid;
	border-color: #561051; 
	border-width: 4px;
}

A:link { 
	color: #554444;
	}
	
A:visited { 
	color: #776666;
	}
	
A:hover {
	color: #776666;
	text-decoration:none;
	}
	
h6 a:link { 
	color: #ffffff;
	text-decoration: underline;
	}
	
h6 a:visited { 
	color: #ffffff;
	text-decoration: underline;
	}
	
h6 a:hover {
	color: #D0AC6E;
	text-decoration: none;
	}
	
.content-pad {
	padding: 5 60 0 5;
}

.left {
	float: left;
	margin-bottom: 10px;
	margin-right: 8px;
}

.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 8px;
	clear: both;
}

hr {
	color:#000000;
	size: 1px;
	height: 1px;
	margin-top:0;
	margin-bottom:0;
	}

ul {list-style:"square";}

li {font-size:12;font-family:verdana, helvetica, arial;}

textarea {font-size:12;font-family:arial, helvetica, sans-serif;}

input {font-size:12;font-family:arial, helvetica, sans-serif; }

select {font-size:12;font-family:arial, helvetica, sans-serif; }

radio {font-size:12;font-family:arial, helvetica, sans-serif; }

-->