h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFE;
}
.returntable {
	background-color: #000000;
	padding: 2px;
	width: 200px;
	border: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	clear: both;
	float: none;
	text-align: center;
	vertical-align: middle;
}
.returntable a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	white-space: normal;
	text-decoration: none;

}
.returntable a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	white-space: normal;
	text-decoration: none;

}
.returntable tr {
	background-color: #585858;
	width: 200px;
}
.returntable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	clear: both;
	float: none;
	line-height: 14px;
	color: #FFFFFF;
width: 200px;
}
body {
	background-image: url(background.jpg);
background-repeat: repeat;
}
