.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}
a:active {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}
a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}