body {
   background: white;
   font-size: 12pt;
}
.navigation_main,
.navigation_second,
.navigation_third {
   display: none;
}
.content {
   width: auto;
   margin: 0 5% 0 10%;
   padding: 1em 0 0 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
a:link, 
a:visited {
   color: #009;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
.content a:link:after, 
.content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
.content a[href^="/"]:after {
   content: " (http://www.yoursiteurl.com" attr(href) ") "; /* change url with your site url */
}