/* This is CSS 2.1 for Foundations of harlem*/





#head {background-color: white;
	}




#nav {font-family: trebuchet MS;
		width 800px;
		background-color:white;
		color: black;
		}

#nav1 {font-family: trebuchet MS;
		font-size:70%;
		Color:black;
		background-color:transparent;
		
		}

a.nav2:link {color:white}
a.nav2:visited {color:white}
a.nav2:hover {color:blue}
a.nav2:active {color:olive}

a.nav3:link {color:black}
a.nav3:visited {color:black}
a.nav3:hover {color:blue}
a.nav3:active {color:olive}

#content { font-family: "trebuchet MS","Verdana";
		font-size:larger;
		color:white;
		background:url(../images/texture.jpg) left top repeat;
		width:75%;
	
		padding:1.5em;
	overflow: auto;
		}





