@import url(reset.css);
@import url(font.css);

#header,
.quote,
.sidebarImage,
.moreLink,
#footer {
  display: none;
}

h1,
h2,
h3,
a {
	 color: #333;
	 text-decoration: none;
}

#content ul li {
	margin-left: 30px;
  list-style-type: disc;
}