@charset "utf-8";
/* CSS Document */
body {background: white;font-size: 12px;}
#header, #mainmenu, .headerimage, #cap, .sidbar, #footer{display:none;}
.columnleft{display: none;}

div#content {width: 100% ; margin:auto;}
a:link,  a:visited {color: #C88E2A; background: transparent; font-weight: bold;text-decoration: underline;}
   
/* ------------this displays the actual link name after the link text ------------------*/

/*#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }*/
