.border {
	border: 1px solid #666666;

}
.btn1 {
	background-color: #378DDD; /* Blue background */
	border: none; /* Remove borders */
	color: white; /* Some padding */
	font-size: 16px; /* Set a font size */
	cursor: pointer; /* Mouse pointer on hover */
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	height: 70px;
	text-decoration: none;
}

/* Darker background on mouse-over */
.btn1:hover {
  background-color: #5199DB;
}
.btn2 {
	background-color: #E3BB1C; /* Blue background */
	border: none; /* Remove borders */
	color: white; /* Some padding */
	font-size: 16px; /* Set a font size */
	cursor: pointer; /* Mouse pointer on hover */
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	height: 70px;
}

/* Darker background on mouse-over */
.btn2:hover {
  background-color: #EBC630;
}
.btn3 {
	background-color: #E35656; /* Blue background */
	border: none; /* Remove borders */
	color: white; /* Some padding */
	font-size: 16px; /* Set a font size */
	cursor: pointer; /* Mouse pointer on hover */
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	height: 70px;
}

/* Darker background on mouse-over */
.btn3:hover {
  background-color: #E47171;
}
.btn4 {
	background-color: #72D558; /* Blue background */
	border: none; /* Remove borders */
	color: white; /* Some padding */
	font-size: 16px; /* Set a font size */
	cursor: pointer; /* Mouse pointer on hover */
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	height: 70px;
}

/* Darker background on mouse-over */
.btn4:hover {
  background-color: #85D66F;
}
.btn5 {
	background-color: #AF9315; /* Blue background */
	border: none; /* Remove borders */
	color: white; /* Some padding */
	font-size: 16px; /* Set a font size */
	cursor: pointer; /* Mouse pointer on hover */
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	height: 70px;
}

/* Darker background on mouse-over */
.btn5:hover {
  background-color: #B19724;
}
.btn6 {
	background-color: #A42F22; /* Blue background */
	border: none; /* Remove borders */
	color: white; /* Some padding */
	font-size: 16px; /* Set a font size */
	cursor: pointer; /* Mouse pointer on hover */
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	height: 70px;
}

/* Darker background on mouse-over */
.btn6:hover {
  background-color: #A83C2F;
}
.Scroll_font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .1em;
}
.Scroll_font:hover {
	color: #E3580D;
	}
.font {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .1em;
}
.username {
	height: 35px;
	width: 300px;
	border: 1px solid #666666;
}
.Submit {
	background-color: #E3BB1C; /* Blue background */
	border: none; /* Remove borders */
	color: white; /* Some padding */
	font-size: 24px; /* Set a font size */
	cursor: pointer; /* Mouse pointer on hover */
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	height: 60px;
}

/* Darker background on mouse-over */
.submit:hover {
  background-color: #EBC630;
}
.none {
	text-decoration: none;
	color: #FFFFFF;
}
