a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
.link {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
.link:hover {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

.border {
	border: 2px solid #000000;
}
body {
	font-family: "Gill Sans MT", Arial;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
div {
	font-family: "Gill Sans MT", Arial;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
input {
	font-family: "Gill Sans MT", Arial;
	color: #000000;
	background-color: white;
	border: 1px solid #007BB7;
}
select {
	font-family: "Gill Sans MT", Arial;
	color: #000000;
	background-color: white;
	border: 1px solid #007BB7;
	}
