body {
	background-color: grey; font: 14 px; font-family: arial; color: black;
	}
 
ul#navlist {
	margin-left: 1; padding-left: 0; white-spce: nowrap;
	}

#navlist li {
	display: inline; list-style-type: none;
	}

#navlist a {
	padding: 3px 10px;
	}

#navlist a:link, #navlist a:visited {
	color: white; background-color: orange; text-decoration: none;
	}

#navlist a:hover {
	color: orange; 
	background-color: yellow; 
	text-decoration: none;
	}

#masthead {
	width: 100%; background-image: http://sfenthusiast.com/img/doyoulovesf.jpg; 
	}

#nav {
	float: left; width: 20%;
	}

#content {
	float: center; width 60%;
	}

#sidebar {
	float: left; width 20%;
	}

#footer {
	width: 100%; clear: both;
	}

a:link {
	color: #E6E8FA; text-decoration: underline; 
	}

a:active {
	color: #000000; text-decoration: underline; 
	}

a:visited {
	color: purple; text-decoration: underline; 
	}

a:hover {
	color: #000000; text-decoration: underline; 
	}

