body, #wrap {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 1em;
}

.skip-links, #nav, .mtc {
	display: none;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; 
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
}