@charset "UTF-8";
/* CSS Document */



body {
	font-family: sans-serif;
	font-size: small;
	color: #661414;
	background-color: #f7cf7b;
	text-align: left;
}
h1, h2, h3, h4, h5 {
	font-size: 1.1em;
	font-style: bold;
}
.italic {
	font-style: italic;
}
em {
	font-style: oblique;
	text-decoration: none;
}
.nobullet {
	list-style-type: none;
}
a {
	text-decoration: underline;
}
a:link {
	color: #906020;
}
a:visited {
	color: #875c56;
}
/*this puts a basic style to the navbar on the left*/
#navbar{
	display: none;
	visibility:hidden;
}
#quotes {
	display: none;
}
#photo {
	display: none;
}

/*to style the text at the bottom of the page*/
#footer {
	font-size: 0.9em;
	font-style: italic;
}
.boxes img {
display: none;
}

