body {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	color: #777;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 20px;
}

h1 span {
	color: #ccc;
}

h2 {
	color: #000;
	font-size: 1.8em;
}

#content {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

input {
	font-size: 1.1em;
	color: #000;
}

.home input#id_url {
	width: 100%;
	color: #000;
	padding: 15px 10px;
}

label {
	display: none;
}

span#hits {
	font-weight: bold;
	font-size: 9em;
	display: block;
	color: #000;
}

hr {
	border: 0px;
	background-color: #ccc;
	height: 1px;
}

#footer {
	padding-top: 20px;
	margin-top: 20px;
	font-size: .75em;
}

#footer a,
h1 a {
	color: #555;
}

h1 a {
	text-decoration: none;
}

p.action {
	padding-top: 20px;
}

p.action a {
	color: blue;
}

p.byline { font-size:0.682em; margin-top:0; }
