#sectionOne {
	margin-top: 174px;
}
#sectionTwo {
	margin-top: 131px;
}
#sectionThree {
	margin-top: 161px;
}
h1{
	color: #333;
	font-size: 25px;
}
h3 {
	color: #333;
	font-size: 17px;
}
hr {
	display: none;
}
.intro_text {
	color: #FF3300;/*orange*/
	font-size: 19px;
	line-height: 22px;
	width: 250px;
}
p {
	color: #333333;/*grey*/
	margin-bottom: 15px;
	width: 340px;
	margin-left: 100px;
	font-size: 13px;
	line-height: 16px;
}
a {
	color: #FF3300;/*orange*/
	text-decoration: underline;
	border-top: hidden 2px white;
}
a:hover {
	color: white;
	text-decoration: none;
	background-color: #FF3300;/*orange*/
	border-top: solid 2px #FF3300;/*orange*/
}
#copyright {
	color: #999;
	margin-top: 20px;
	margin-bottom: 20px;
}