/* CSS Document */

body {
   background: white;
   font-size: 12pt;
   }
#wmt_topbar{
   display: inline;
}
#bannerimg {
   display: inline;
}
#printlogo{
   display: inline;
}
#disclaimer{
   display: inline;
}
#container{
width:auto;
}

#main_content {
   width: auto;
   margin: 1%;
   margin-right: 1%;
   padding: 0;
   border: 1;
   border: solid 1px #000000;
   float: none !important;
   color: black;
   background: transparent none;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#main_content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#main_content a[href^="/"]:after {
   content: " (http://www.ln.edu.hk" attr(href) ") ";
   }