div#header {
  font-size: xx-large;
  font-weight: bold;
}
div#main {
  margin-left: 1em;
  padding-left: 1em;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
li.ul {
  list-style-type: circle;
}
.smaller {
  font-size: smaller;
}
.highlight {
  color: silver;
}
div#photos {
	display: none;
}
