p {
	text-align: center;
}

/* unvisited link */
a:link {
  color: white;
  text-decoration: underline;
}

/* visited link */
a:visited {
  color: white;
  text-decoration: underline;
}

/* mouse over link */
a:hover {
  color: white;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: white;
  text-decoration: underline;
}