body {	font-family: arial, helvetica, univers, sans-serif;
	/* add top margin to clear banner */
	margin-top: 230ps;
	color: #000000; background-color: #EDFEF3;
	font-weight: 600;}

b, strong {font-weight: 900; }

h1 {color: #ff0000; text-align: center; }

h2 {color: #ff0000; text-align: center; }

h3, h4 { color: #ff0000; font-weight: 900; text-align: center;}

/* space out the entrys with bottom margins */
ul.contacts li, ul.links li { margin: 0 0 1.5em 0; padding: 0; text-align: center; }

/* Center ul and li lists */
ul.contacts li, ul.links li {text-align: center; }

/*space out images in banner with right margins */
.banner img { white-space: nowrap; margin-right: 30px; }

/* remove bullets from links and contacts lists */
ul.contacts, ul.links { list-style: none; }

/* space out the entrys with bottom margins */
ul.contacts li, ul.links li { margin: 0 0 1.5 0; padding: 0; }

/* remove borer if you use a image in a link */
a img { border: 0; }

/* style your links */

a:link 		{ color: #009933; text-decoration: none}
a:visited 	{ color: purple; text-decoration: none}
a:active 	{ color: dark blue; text-decoration: none }
a:hover 	{ color: red; text-decoration: underline}
