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

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