.top{
	box-sizing: border-box;
	background-color: #2B3830;
	font-family: courier;
	color: #E3FFF3;
	width: 90%;
	height: 242px;
	margin: auto;
}

.t1{
	width: 100%;
}

.timg{
	width: 177px;
}

.menu{
	box-sizing: border-box;
	background-color: #2B3830;
	width: 90%;
	height: 70px;
	margin: auto;
	font-family: courier;
	color: #E3FFF3;
}

.menul li{
	list-style: none; 
	display: inline-block;
	margin-right: 25px;
}

.cont{
	box-sizing: border-box;
	background-color: #678071; 
	height: 450px;
	width: 90%;
	margin: auto;
	font-family: courier;
	color: #E3FFF3;
	padding: 10px;
}

.dist{
	margin: 0;
}

a:active{
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:link {
 	text-decoration: none;
}
