body
{
	padding-top: 120px;
	font-family: Arial;
}

.container
{
	width: 500px;
	margin: 0 auto;
}

a:link, a:visited
{
	color: slateGray;
	text-decoration: none;
	border-bottom: 1px dotted slateGray;
}

a:hover
{
	color: #444;
	border-bottom: #444;
}

small
{
	color: #999;
	font-style: italic;
}

p
{
	line-height: 30px;
}

ol li
{
	line-height: 50px;
}

input[type=text], input[type=password], textarea
{
	-webkit-appearance: none;
	padding: 5px;
	border: 1px, solid #accc;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus
	outline: none;
	