body {
	background-size:cover;
	background-repeat:no-repeat;
  font-family: courier, monospace;
  font-size:20px;
  transition: background 0.5s linear;
}

.container {
  text-align:center;  
}

#content {
  margin:0 auto;  
  padding-top:40px;
  max-width:800px;
}

h1, p {
	margin-bottom: 50px;
}

h2 {
	margin:0 0 20px 0;
}

h3 {
	margin:0 0 5px 0;
}

form {
	margin-bottom: 50px;
}

a.btn,
a.btn:visited,
input[type="submit"] {
	background:#666;
	border:none;
	border-radius:0;
	color:#fff;
	cursor: pointer;
	font-family: courier, monospace;
	font-size:20px;
	line-height: 1.2;
	padding:20px;
	text-decoration: none;
	transition: all 0.2s linear;
}

a.btn:hover,
a.btn:visited:hover,
input[type="submit"]:hover {
	background:#999;
	transition: all 0.2s linear;
}

.negative {
	background:#c00;
	color:#fff;
	padding:5px;
}

input {
	border:1px solid #666;
	border-radius:0;
	font-family: courier, monospace;
	font-size:20px;
	padding:20px;
}

#searchresults {
	text-align: left;
}

#searchresults ul {
	list-style: none;
	margin:0;
	padding:0;
}

#searchresults li {
	background:#fafafa;
	margin-bottom: 20px;
}

#searchresults p {
	margin:0;
}

#searchresults a {
	color:#666;
	display:block;
	padding:20px;
	text-decoration: none;
}

#searchresults li:hover {
	background:#eee;
}