@charset "UTF-8";
body {
	display: flex;
	flex-direction: column;
	background: #B0E0E6;
	float: left;
	margin: 45px 0 0 10px;
	font-family: tahoma, sans-serif;
}

a {
	font-size: 16px;
	color: #0000ff;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	font-family: Tahoma;
	text-align: left;
	color: red;
	font-weight: 600;
	padding-bottom: 15px;
}

h2, .textanc1 {
	font-size: 12px;
	font-weight: normal;
}



button {
	opacity: 0.5;
}

.menu {
	width: 100%;
	height: 35px;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: fixed;
	top: 0;
	left: 10px;
	background-color: #B0E0E6;
	border-bottom: solid 1px rgba(0,0,0,0.7);
	}


.menu2 {
	width: 100%;
	height: auto;
	display: block;
	position: fixed;
	top: 36px;
	left: 10px;
	background-color: #B0E0E6;
	padding-bottom: 40px;

}

.textanc1 {
	width: 500px;
}

#content {
	margin-top: 190px;
}