body {
	background-color:white;
}
table,td,th {
	border:1px solid black;
	border-collapse: collapse;
}

input[type=radio] {
	width:10px;
}

input[type=text] {
	background-color:lightgrey;
	width:180px;
}
input[type=number] {
	background-color:lightgrey;
	width:100px;
}

output {
	background-color:lightgreen;
	width:200px;
}

button {
	background-color:lightgreen;
	font-size: 18px;
}

caption {
	background-color:lightgreen;
	font-size: 26px;
}

.important {
	font-size: 10px;
}