td {
  font-family: monospace;
}
h1.title {
  display:inline;
}

#my a {
  text-decoration:none;
  color:white;
  font-weight:bolder;
}
#my a:hover {
  text-decoration:underline;
}

li {
	list-style-type:square;
}
ul {
	padding: 10px 0 0 20px;
	margin: 0px;
}


table {
  margin-top: 0.5em;
}

