body { 
  color: #000000;
  background-color: #ededdd;
}

#mainContent {
	background-color: #ededdd;
}
a { color: #000; text-decoration: underline; text-transform: none; }
a:link {color: #000;
  text-decoration: underline;
  text-transform: none;
  color: #000;
}
a:visited {color: #000;
  text-decoration: underline;
}
a:hover { color: #000; text-decoration: underline; font-weight: bold; }
a:active {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
