body {color: white;background-color: black;outline-width :thick; }
div.box0 input[type="button"] {
		width: 160px;
		background-color: black;
		color: white;
		border-radius: 10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		
	}

		div.box1 input[type="submit"] {
			width: 160px;
			background-color: navy;
			color: white;
			border-radius: 5px;
		}

div.box1 {color: white;background-color:  black}

	div.box1 input[type="button"] {
		width: 150px;
		background-color: navy;
		color: white;
		border-radius: 5px;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

		div.box1 input[type="submit"] {
			width: 160px;
			background-color: navy;
			color: white;
			border-radius: 5px;
		}
div.box21 input {
			background-color: navy;
			color: white;
			width: 180px;
		}
div.box21 {margin:auto;width:20%;float:left}
div.box21 input[type="button"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		width: 220px;
	}
div.box21 input[type="submit"] {
		width: 240px;
		background-color: navy;
		color: white;
		border-radius: 5px;
	}






div.box22 {
	margin: auto;
	width: 80%;
	float: left
}


table{color: white;background-color:black;font-size: x-small;}

