body {
  background-color: #FFFFFF;
}
#cont {
	width: 200px;
	height: 200px;
	background-color: #FF8000;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #000000;
}
#inv {
	background-color: #FF8040;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
}
#cont h1 {
	font-size: 26px;
	text-align: center;
	padding: 5px;
	color:#000000;
}
#alt {
	background-color: #0080C0;
}
#dom p{
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
#risp {
	text-align: center;
    font-size: 13px;
}
#risp2 {
	width:110px;
	float: left;
	text-align: left;
	padding-left: 20px;
}
#ris {
	width: 70px;
	float: right;
}
label {
	letter-spacing: 2px;
	padding-left: 10px;
	float: left;
	width: 130px;
}