/* Unchanged */
a {
  text-decoration: none;
  color: #0000ff;
}

a:hover {
  text-decoration: underline;
}

.disclaimer {
	font-size: xx-small;
}

