body {
   background: white;
   font-size: 10pt;
   font-family: arial, verdana, times;
   }

.smalltext 		{ font-size: 6.5pt; }
td.blue-back 	{ background: #202224; }
   
a:link, a:visited {
   color: #1D1060;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
#pagetitle {
   font-size: 16pt;
   font-weight: bold;
   color: #FFF;
   background: #142C53;
   border-bottom: 1px solid #2DAFA4;
   padding: 5px;
   font-family: arial, verdana, times;
   }    

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;
   }
  
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 100%;
   }
   
#content a[href^="/"]:after {
   content: " (http://www.hhdgp.com.au/" attr(href) ") ";
   }
   
 /* Forms */
  
 input, textarea, select{ font-family: Arial, Verdana, Helvetica, Sans-Serif; border: 1px solid #656565; font-size: 11px; padding: 3px; }
 .button			    { background: #F1F1EF; color: #000; font-size: 10px; border: 1px solid #656565; height: 22px; line-height: 9px; }
 