a
{
	color: #159;
	outline: none;
	text-decoration: none;
}

a:hover
{
	color: #d33;
}

html
{
	background: #ddd;
	color: #333;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 40px;
}

input
{
	background: #ddd;
	border: none;
	border-bottom: 1px solid #333;
	color: #333;
	font-family: Lucida Grande, Verdana, Sans-serif;
	padding: 5px;
}