@charset "utf-8";
/* CSS Document */
#returnsCartoon {
	text align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px;
	border-width: thin;
	border-style: solid;
	padding: 5px;
	float: right;
	width: 600px;
	background-color: #DBDBDB;
}
#oldNewCartoon {
	text align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px;
	border-width: thin;
	border-style: solid;
	padding: 5px;
	float: right;
	width: 600px;
	background-color: #DBDBDB;
}
