
body { 
	font-family: Verdana, Arial, sans=serif;
	background-color: silver;
}

p { 
	font-size: 1em;
	color: white;
	margin-left: 12px;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	
}

li { 
	font-size: 1em;
	color: white;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	
}

h1 {	
	font-size: 40px;
	color: yellow;
 	margin-top: 15px;
	margin-bottom:20px;
	margin-left: 40px;
	
	
}

h2 { 
	font-size: 2em;
	color: white;
	margin-left: 12px;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}
	
	
a {
	font-size: 1em;
	color: red;
	
}

input {
	background-color: aqua;
	
}

#Header { 
	position: absolute; left: 25px; top: 10px;
	width: 800px; height: 80px;
	background-color: black; 
	}

#Nav {
	position: absolute; left: 25px; top: 90px;
	width: 175px; height: 2130px;
	background-color: lightgreen;
	text-align: center;
}

#MainText {
	position:absolute; left: 200px; top: 90px;
	width: 700px;
	height: 2130px;
	background-color: green;	
}

#item {
	width: 660px;
	padding: 10px;
	border: 1px solid #000;
	margin: 10px;
	background-color: lightgreen;
	color: green;
}


