html {
	border: 5px solid white;
	border-bottom: 3px solid black;
}
body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	padding: 20px;
	line-height: 1.6em;
	text-align: center;
	background: black;
	color: white;
	border: 3px solid red;
	border-bottom: none;
}
.author{
	text-align: right;
}

a, a:link, a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

h1 {
	font-size: 200%;
	font-weight: bold;
}

#materials a:hover {
	border-right: 3px solid white;
	border-left: 3px solid white;

}

#blockqoute {
	text-align: left;
}

#heading {
	font-size: 150%;
}

#quote, #quote2 {
	background-color: #7F7F7F;
	font-style: italic;
	color: white;
	margin-left: 20%;
    margin-right: 20%;
    border: 3px solid white;
	border-bottom: none;
    padding: 40px 40px 40px 40px;
}
#navlist {
	border: 3px solid white;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	padding-left: 0px;
	background-color: grey;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}

#navlist a, #navlist a:link {
	border: 1px solid black;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus {
	border: 1px solid #000000;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	font-size: 150%;
}

#navlist li {
	padding-right: 1px;
	display: inline;
	font-size: 0.6em;
}

#navlist ul {
	margin: 0px;
	padding: 0px;
}

#navlist #active a { 
	background-color: white; 
}	

#bailey {
	float: right;
	padding-left: 20px;
	
}
.navcontainer {
	float: clear;
	padding-top: 50px;
}
.left{
	float: left;
}
.right{
	float: right;
}
