body { 
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	background: #C7D78C;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

.address {
	color: #009900;
	font-size: x-small;
	font-weight: bold;
}

.footer {
	font-size: xx-small;
	font-weight: bold;
}

.xlarge {
	font-size: x-large;
	}

.small {
	font-size: small;
	}

.xsmall {
	font-size: x-small;
	}

a:link { 
	text-decoration: none;
	color: blue;
	}

a:visited { 
	text-decoration: none;
	color: blue;
	}

a:hover, a:active { 
	text-decoration: underline;
	color: red;
	}
	
.m6 {
	margin-left: 6px;
	padding-left: 6px;
}

hr {
	color:#000000;
	}

