@charset "UTF-8";
/* CSS Document */

/* Remove unwanted elements */
#nav2list, #banner, #navlist, #footer	{ display: none; }

/* Ensure the content spans the full width */
#container	{ 
			width: 100%;
			margin: 0;
			float: none;
			}

/* Improve color contrast of links */
a:link, a:visited	{ 
					color: #781351;
					font-weight: bold;
					}
	

/* display URL after links */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }
