body
{
 background-color:#E6E6E6;
 font-family:helvetica;
}
.myButton {
	background-color:#44c767;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Georgia;
	font-size:21px;
	font-weight:bold;
	padding:11px 34px;
	text-decoration:none;
	text-shadow:2px -1px 0px #124a09;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}

#heading
{
 text-align:center;
 margin-top:50px;
 font-size:20px;
 color:blue;
}
#select_box
{
 max-width:500px;
 background-color:#819FF7;
 padding:5px;
 height:160px;
 border-radius:5px;
 box-shadow:0px 0px 10px 0px grey;
}
select
{
width:250px;
 max-height:40px;
 border:1px solid #BDBDBD;
 margin-top:20px;
 padding:5px;
 font-size:15px;
 color:grey;
 border-radius:5px;
}