body { color: #ffffff; background-color: #069; }

#mainContent {
	background-color: #069;
}

a {
  color: white;
  text-decoration: underline;
  text-transform: none;
}

a:link {
  text-decoration: underline;
  text-transform: none;
  color: white;
}

a:visited {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

a:active {
	text-decoration: underline;
	color: white;
	font-weight: bold;
}
