body{
	padding-left: 15%;
	padding-right: 15%;
	line-height: 200%;
}
input {
	border-style: dotted;
	border-color: black;
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: center;
	background-color: white;
	width: 200px;
	
}

input:disabled{
	color: black;
	font-weight: bold;
}
input:focus {
	outline:none;
}
