body {
  background-color: rgb(250, 240, 240);
  font-family: sans-serif;
  font-size: 100%;
}
a {
	text-decoration: none;
}
a:link {
	color: rgb(125, 24, 24);
  font-weight: normal;
}
a:visited {
	color: rgb(125, 120, 120);
  font-weight: normal;
}
a:hover {
	color: rgb(125, 24, 24);
  font-weight: bold;
}
a:active {
	color: rgb(125, 120, 120);
  font-weight: bold;
}
#menu {
  color: rgb(25, 24, 24);
  font-size: 1.0em;
  font-weight: normal;
	text-decoration: none;
}
#content {
  margin: 20px 3%;
	text-align: left;
}
#title {
  color: rgb(25, 24, 24);
  font-size: 1.5em;
  font-weight: bold;
}
#words {
  color: rgb(25, 24, 24);
  font-size: 1.0em;
  font-weight: normal;
}
#date {
  color: rgb(25, 24, 24);
  font-size: 0.75em;
  font-weight: normal;
}
#footer {
  color: rgb(50, 48, 48);
  font-size: 0.5em;
  font-weight: normal;
}
