* {font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;}
#header {background-color: #007493; padding: 20px;}
#body {background-color: white; margin-top: 20px; margin-bottom: 30px;font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;}
#footer {background-color: #34495e;}
.logo_image {height: 60px; width: 291px;}
 a, a:hover, a:focus, a:active {color: inherit;}
.tab_heading {background-color: #007493;}
.checkbox-set {margin-left: 30px;}

.form-pz {
	padding: .375rem .75rem;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1;
	width: 250px;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.highlight:hover{
	background: #07ddfb; /* make this whatever you want */
}
