
body 			  { background: white; font-size: 11pt; }
a:link, a:visited { color: #3366CC;  background: transparent; font-weight: bold; text-decoration: none; }
.pagetitle 		  { font-size: 16pt; color: #000; } 
.footer 		  { font-size: 8pt; }   

div#divider {
   padding-top: 1em;
   border-top: 1px solid #000;
   width: 100%;
   }   
   
#wrapper, #content {
   width: auto;
   margin: 1% 1%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

#background { 
	background-color: #FAFAFA; 
	border: 1px #E4E4E4 solid;	
	padding: 5px;
	}
    
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#content a[href^="/"]:after {
   content: " (http://www.uq.edu.au/" attr(href) ") ";
   }
