* {
	
}

body {
	font: 13px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	background-color: #FF9900;
}

img {
	float: right;
	clear: none;
	border-style: none;
}


h1 {
	font: normal 32px/100% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin: 0 0 20px;
	text-align: left;
	letter-spacing: -1px;
}

h1 span {
	color: orange;
}

h3 {
	color: orange;
	text-align: center;
	font-size: 1em;
}

h3 a {
	font-size: 1em;
}

h4 {
	font-size: 0.9em;
	color: navy;
	text-decoration: none;
}




#content {
	padding: 35px;
	margin: 30px;
	background-color: white;
	border-width: 1px;
	border-color: #333333;
	width: 550px;
	text-align: center;
}


p strong {
	color: #fff;
}

a {
	color: #22bb11;
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
	font-size: 1.2em;
}

a:hover {
	color: #FF9900;

}

a:visited {
	color: #22bb11;
}

a:visited:hover {
	color: #FF9900;
	text-decoration: none;
}

