@charset "UTF-8";
.imgfloat {
float:left; margin-right:10px; margin-bottom:10px;}

.copy {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
.headline {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}
body {
	background-color: #FFEFB6;
}
.copyitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	line-height: 17px;
	font-variant: normal;
}
a {
	font-family: "Courier New", Courier, monospace;
	color: #666666;
	text-decoration: underline;
}
.copyhead {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.imgfloatright {
	float:right;
	margin: 10px;
}
