body {
  font-family: sans-serif;
}

.heading {
  font-size: larger;
  margin-bottom: 5px;
}
.note {
  font-size: smaller;
  color: #CC0000;
  padding-top: 10px;
}
.footer {
  font-size: smaller;
}
.quote{
  font-size: smaller;
  font-style: italic;
}
.menu {
  font-size: smaller;
}

.table_heading {
	text-decoration: underline;
}

.boxed {
	padding: 15px;
	border: 1px solid black;
}

ul {
	list-style-type: disc; 
}
