body { 	background: white; 	font-size: 12pt; 	}
#undertop {display: none;}	
#left {display: none;}
#righttiles {display: none;}
.sitemap  {display: none;}
div#main div#right {float: none; width:100%;}	

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
div#main div#right a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
div#main div#right a[href^="/"]:after {
  content: " (http://tedc.visitdetroit.com/" attr(href) ") ";
   }
	

