* {
font-family: Calibri, Geneva, Serif;
font-size: 24px;
font-style: italic;
font-variant: normal;
font-weight: 500;
line-height: 30px;

}

label {
line-height: 40px;
}

input [type="submit"] {
width: 100px;
height: 25px;
margin-top:20px;
padding-top:10px;
padding-left:3px;
}



h3 {
font-size: 16px;
	
}

footer {
	clear:both;
	height:60px;
	background-color:#EBEBEB;
	border-top: 1px dotted gray;
	margin-top: 150px;
}


footer p {
	line-height: 60px;
	
	margin-left:5px;
	font-size:0.7em;
	font-weight:bold;
	
}

footer a {
	font-size: inherit;
	color: black;
}

footer a:hover {
	color: #A32824;
}