h1 {
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	margin-top: 28px;
	margin-bottom: 14px;
	font-size: 1.2em;
	font-weight: bold;
}

a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: red;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
}