body {
	text-align: center;
	background-color: #FFCCFF;
}
.text {
	padding: 0;
	width: auto;
	margin: 0 190px;
}
.main {
	background-color: #FFFFCC;
	margin: auto;
	padding: 15px;
	width: 720px;
	border: medium solid #000000;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18pt;
	font-weight: bold;
	color: #000099;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 14pt;
	font-weight: bold;
	
}
.imgl {
	background-image: url(coffeecup_left.gif);
	height: 125px;
	width: 140px;
	float: left;
	margin-left: 20px;
}

.imgr {
	background-image: url(coffeecup_right.gif);
	height: 125px;
	width: 140px;
	float: right;
	margin-right: 20px;
}

