@charset "utf-8";

body,td,th {
	font-size: 12px;
	color: #330000;
	font-family: Arial, Verdana, sans-serif;
	background-color: #f4f1dd;
}

a:link {
	color: #5c3b0f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc9966;
}
a:hover {
	text-decoration: underline;
	color: #5c3b0f;
}
a:active {
	text-decoration: none;
	color: #ffa873;
}
.coffee_heading {
	font-family: Georgia, "Times New Roman", Garamond, serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	color: #f4f1dd;
	background-color: #89570F;
}
.coffee_subhead {
	font-family: Georgia, "Times New Roman", Garamond, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #89570F;
}
ol {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	list-style-type: upper-roman;
}
.imageRight {
	float: right;

}
