body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #009BC9; /* brite blue */
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin-top: 24px;
}

p { /* remove all text margins */
	color: #000000;
	font-size: 80%;
	line-height: 1.3;
	margin: 0 0 10px 0; /* top right bottom left */
}

a {
	text-decoration: none;
	color: #005696; /* blue */
}

a:hover { color: #009BC9; /* brite blue */ }

a:active, a:focus { outline: 0; } /* stop dotted borders in Firefox */

form { display: inline; }  /* removes the horrible spacing after forms - makes them sit inline! */

/* paragraph margins */

h1 {
	font-size: 110%;
	font-weight: bold;
	color: #005696; /* blue */
	margin: 0 0 10px 11px; /* top right bottom left */
}

h2 {
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 20px 0; /* top right bottom left */
}

h3 {
	font-size: 80%;
	font-weight: normal;
	color: #C00;
	margin: 0 0 20px 0; /* top right bottom left */
}

