body{
	background: url('../images/blurred.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h5{
	color:#333;
}

h1{
  color: #333;
  margin-top: 150px;
}

p{
	color:#333;
}

h3{
	color:#333;
}

li{
	border-bottom:1px solid #999 !important;
}

li h5{
	color:#222;
}

hr{
	border-color:#999 !important;	
}

#skip input{
	width:80px;
	height:30px;
	padding:2px 5px;
	line-height:20px;
	border-radius:7px;
	padding-left:10px;
	display:inline-block;
	margin-right:10px;
}
