body {
	color: white;
	background-color: black;
}

A {text-decoration: underline; }
A:link { color:#EF7800;}
A:visited { color:#CC6600; background:#ffffff; }
A:hover { color:#EF7800; font-weight:bold;}


#promo {
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
	background: white;
	color: black;
	width: 350px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	text-align: center;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	color: black;
	background-color: white;
}

h2 {
	text-align: center;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	color: black;
	background-color: white;
}

hr {
	color: orange;
	border-style: solid;
	width: 70%;
	margin-top: 30px;
	margin-bottom: 30px;
	}

p.tagline {
	text-align: center;
	color: #EF7800;
	font-size: x-large;
}
