@import "reset.css";

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
}

#outer {
    width: 100%; 
    margin-top: 50px; 
    top: 50px; 
    text-align: center; 
}

table {
    top: 20px;
    font-size: 22px;
}

td {
    padding: 10px;
    vertical-align: middle;
}

input {
    font-size: 22px;
}

.regolamento {

}

.regolamento a {
    color: #A51A3F;
    font-size: 18px;
    text-decoration: none;
}
