html
{
	font-size: 30px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	background-color: white;
}
input
{
	font-size:30px;
	text-align: center;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
button
{
	font-size:30px;
	text-align: center;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.icon{
	width:64px;
	height:64px;
	vertical-align: middle;
}
#main_logo
{
  width: 500px;
  height: auto;
}
#top_menu{
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
	position: fixed;
	top: 0;
	left: 0;
	height: 64px;
	width: 100%;
	font-size: 60px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #ffca8c;
	color: #000000;
	border: 1px solid #a28058;
}