

p, div {
	font-family: helvetica, arial;
	font-size:13px;
	line-height:20px;
	color: #333333;

	}

div.content {
	width:500px;
	
}

input {
	border:1px solid gray;
	height:22px;
}

input:hover {
	background-color:white;
}

textarea {
	border: 1px solid gray;
}

div.homebutton {
	text-align:center;
	margin-top:50px;
}