body { 
	background-color: lightgray;
	font-family: verdana;
	color: black;
	font-size: 12pt;
	margin: 0 auto; 
	padding: 1%; 
	max-width: 75em; 
}
h1 { 
	font-size: 14pt;
	font-weight: bold;
}
header { 
	background-color: blue;
	font-family: verdana;
	color: white;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 100px;
	padding: 0px;
	border: 2px solid blue;
	margin: 8px;
}
nav { 
	background-color: darkgrey;
	font-family: verdana;
	color: blue;
	position: absolute;
	left: 0px;
	top: 110px;
	width: 175px;
	height: 500px;
	padding: 0px;
	margin: 8px;
}
nav ul {
	list-style: none;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 2px;
	background: transparent;
}
nav ul li {
	margin: 4px;
	padding: 6px;
	background: blue;
	border: 2px solid white;
}
nav ul li a {
	color: white;
	text-decoration: none;
}	
nav ul li a:hover {
	color:red;
}		





article { 
	background-color: white;
	font-family: arial;
	color: black;
	position: absolute;
	left: 190px;
	top: 120px;
	width: 860px;
	height: 360px;
	padding: 15px;
	border: 2px solid blue;
	margin: 8px;
}
section { 
	border-bottom: 1px black solid;
	font-family: arial;
	color: black;
}
footer { 
	font-family: arial;
	font-size: 8pt;
	color: black;
}
aside { 
	background-color: yellow;
	font-family: courier new;
	font-size: 10pt;
	color: brown;
	position: absolute ;
	width: 175px;
	height: 180px;
	padding: 0px;
	margin: 8px;
	left: 0px;
	top: 625px;

}
.ARTH { 
	font-weight: bold;
	font-size: 16pt;
	color: red;
}

	









