/* CSS Document */
body{
	background-color: grey;
}
.tablo{
	border: 1px solid red;
	border-collapse: collapse;
	background-color: #e37933;
}
tr{
	color: white;
	text-align: center;
}
td{
	font-family: arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	border: 1px solid red;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #373737;
}
.input{
	width:200px;
	height: 30px;
	font-weight: normal;
	font-size: 20px;
	border: none;
	background-color: gainsboro;
	padding-left: 3px;
	box-shadow: 5px 10px 8px black;
}
.input2{
	height:60px;
	width: 60px;
	border: none;
	background-color: gainsboro;
	box-shadow: 5px 10px 8px black;
	font-size: x-large;
}
