                                           /* CSS Document */



body {background-image: url('blackleaf.jpg');
background-attachment:fixed;
background-color: black;
margin-left: 10px;
margin-bottom:50px
}




heading {
	margin-left: 10px;
	float: center;
	text-align:center;
	color: #aaffaa;
	margin-left: 10px;

	width: 80%;
	height: 100px;
	
}
nav {
	height: 36in;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; <!--
	text-transform: uppercase; -->
	color: #aaffaa;
	width: 20%;
	float: right;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 20px;
}
navbar a {
	text-decoration: underline;
	color: #aaFF66;


}
navbar a:hover {
	text-decoration: underline strong;
	color: #ffff88;

}
navbar a:visited {
	text-decoration: underline;
	color: gold;

}

article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #aaFF66;
	text-align: left;
	text-valign: top;	
	width: 90%;
	float: left;
	margin-top: 10px;
        margin-left: 20px;
	float: center;

}

article a {
	text-decoration: underline;
	color: #8888ff;

}
article a:hover {
	text-decoration: underline strong;
	color: #ffff88;

}
article a:visited {
	text-decoration: underline;
	color: gold;

}

footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        text-align: left;
	color: red;
	width: 90%;
	float: left;
	margin-top: 10px;
        margin-left: 20px;
}


footer a {
	text-decoration: underline;
	color: #8888ff;

}
footer a:hover {
	text-decoration: underline strong;
	color: #ffff88;

}
footer a:visited {
	text-decoration: underline;
	color: #ff0000;

}

<!-- headings -->

h1 {
	font-size: 28px;
	color: #aaffaa;
	align: text-center;

}
h2 {
	font-size: 22px;
	color: #aaffaa;
}

h3 {
	font-size: 18px;
	color: #aaffaa;

object {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aaFF66;
	text-align: left;
	text-valign: top;	
	width: 20%;
	float: right;
	margin-top: 20px;
        margin-left: 20px;
	

}
