body { 
	margin: 0;
	padding: 0;
 }

h1 { 
	font-family: Arial;
	font-size: 24pt;
	}

h2 { 
	font-family: Arial;
	font-size: 18pt;
	}

#wrap {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	}

/* 'a' anchor block, order is important */
a img {
	border: none;
}

a {
	font-family: Arial;
	font-size: 13pt;
	color: #009900;
	text-decoration: none;
}

a:link {
	color: #009900;
	text-decoration: none;
}

a:visited {
	color: #009900;
	text-decoration: none;
}

a:hover {
	color: #00dd00;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
/* 'a' anchor block end */
#bottomtext {
	font-family: Arial;
	font-size: 20pt;
	}
