
body {
	font: Century;
	font-size: 20px;
	margin-top: 40px;
	margin-left: 80px;
}

td {
	font: Century;
	font-size: 20px;
}

/* unvisited link */
a:link {
  color: DodgerBlue;
  font-weight: bold;
  text-decoration: none;
  padding: 4 10px;
  display: inline;
}

/* visited link */
a:visited {
  color: DodgerBlue;
  font-weight: bold;
  text-decoration: none;
  padding: 4 10px;
  display: inline;
}

/* mouse over link */
a:hover {
  color: white;
  font-weight: bold;
  text-decoration: none;
  background-color: DodgerBlue;
  padding: 4 10px;
  display: inline;  
}

/* selected link */
a:active {
  color: white;
  font-weight: bold;
  text-decoration: none;
  background-color: DeepSkyBlue;
  padding: 4 10px;
  display: inline;
}