@import url("layout.css");
BODY {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin: 0px;
	font-size: small;
	line-height: 1.75em;
}

H1 {
	color: #339900;
	text-transform: uppercase;
}

H2 {
	color: #339900;
	text-transform: capitalize;
	font-weight: normal;
}

H3 {
	text-transform: capitalize;
	font-weight: normal;
}

A {
	color: #339900;
}

A.back {
	font-size: smaller;
}

#bodycontent {
	width: 430px;
	margin-left: 25px;
}
.copyright {
	font-size: smaller;
	line-height: normal;
	text-align: center;
}
.address {
	color: #339900;
	line-height: normal;
	text-align: center;
}
@media print {
	BODY {
		line-height: normal;
	}
	
	A.back {
		display: none;
	}
}
