body {
	font-size:22px;
	font-family:monospace;
}

input[type="text"], input[type="password"], input[type="submit"], input[type="reset"] {
	font-size: 22px;
	background-color:#eee;
}

input[type="radio"],input[type="checkbox"] {
	width: 22px;
	height: 22px;
}
select {
	font-size: 22px;
	background-color:#eee;
}

table {
	font-size:22px;
	font-family:monospace;
}

