body {
	font-family: Helvetica; 
	font-size:16px; 
	background-color:	#9bb;
}

input { 
	font-size:16px; font-family:helvetica;
} 

.mytext {
	width: 50px;
}

select{
	font-size: 16px;
}

textarea {
        font-size:16px;
}

input[type=number]{
	width: 100px;
}

#italics {
	font-style:  italic;
}