body {
	font-family: arial;
	background-color: lightblue;
}

form {
	border: 1px solid black;
	padding: 10px;
	width: 300px;
}

input[type=text] {
	border: 2px solid grey;
	height: 25px;
}

p {
	font-size: 20pt;
	font-weight: bold;
	color: green;
}
