@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
	
	
	color: #484445;
		background-color: #c5c1b3;
	padding: 20px;
	font-family: Lato, Arial;
}



a:link {
	color: #484445;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #484445;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}




.OLBHeader {
	
	font-size: 2em;
	margin-bottom: 5px;
	
	
}

.text {
	
	height: 25px;
	
	}

input[type=text] {
	width: 175px;
	height: 25px
		
}





input[type=submit] {
	background-color: #484445;
	color: #fff;
  padding-bottom: 7px !important;
	padding-top: 7px !important;
	margin-top: 5px!important;
	border: 1px solid #fff;
	padding-left: 72px;
	padding-right: 72px;
	margin-bottom: 10px;
		
}
input[type=submit]:hover {
	background-color: #2d3943;
	color: #fff;
}
