body {	font-family: arial, helvetica, univers, sans-serif;	/* add top margin to clear banner */	margin-top: 230ps;	color: #ffffff; background-color: #330000;	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;}/* Center all Paragraphs */p { text-align: center; }/* Center paypal form */form { 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  Red-Purple-Gold-Yellow/green-*/a:link { color: #ff0000; }a:visited { color: #8800ff; }a:hover, { color: #ffff00; }a:active { color: #00ff00 }