body, input, textarea, button {
	font-family: Arial, sans-serif !important;
	font-size: 0.95em;
	line-height: 1.5em;
}

button:hover {
	cursor: pointer;
	background-color: #5cb85c;
}

button {
	margin-top: 4px;
	padding: 4px;
	background-color: #428bca;
	color: white;
	border-radius: 5px;
}

body {
	width: 96%;
	margin: 2% auto 2% auto;
}

hr {
	border: 0px;
	border-bottom: 1px solid black;
}

textarea {
	width: 99%;
	height: 150px;
}

label {
	font-weight: bold;
}
