/* Print CSS */

#container {
	width: 100%;
	border: 0;
}
#header {
	background: inherit;
}
#body {
	font: large "Times New Roman", Times, serif;
}
.input {
	border: 0px;
	border-bottom: solid 2px #000;
	height: 30px;
}
.screen {
	visibility: hidden;
	display: none;
}
.name {
	font-size: x-large;
}
