<style>
	body{
		background-color: #2b2828;
		color: #afafaf;
		font-size: 20px;
	}
	
	header.page{
		background-color: #215863;
		padding: 50px;
		border: 10px solid #1c848a;
	}
	h1.logo{
		font-size: 70px;
		font-weight: 500;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 3px;
	}

	.social{
		height: 64px;
		text-align: center;
	}

	.social a{
		padding-top: 50px;
		padding-right: 25px;
	}
	
	.social li{
		display: inline-block;
	}
	
	nav{
		background-color: #303030;
		text-align: center;
		float: left;
		width: 250px;
		min-height: 700px;
	}
	
	.menu{
		list-style-type: none;
		margin: 0;
		padding: 30px;
		font-size: 18px;
		border: 2px solid #1c848a;	
	}
	.menu > li{
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
	
	.menu a{
		color: #ffffff;
		text-decoration: none;
	}
	
	.menu a:hover{
		color: #468094;
	}
		
	.typemenu{
		background-color: #215863;
		color: white;
		padding: 20px;
	}
	
	article{
		float: left;
		background-color: #2b2828;
		color: white;
		font-size: 20px;
		padding: 20px;
	}
	
	.content{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 950px;
		padding: 0px;
		font-size: 30px;
	}
	h1.content{
	font-size: 44px;
	font-weight: 400;
	color: lightblue;
	}
	
	a{
		color: lightblue;
	}
	
	footer{
	clear: both;
	background-color: black;
	color: white;
	padding: 20px;
	text-align: center;
	}
	
	.edu{
	text-align: new times roman;
	}
	
</style>

			
			
			
