body {
   background: white;
   font-size: 12px;
   font-family: arial, verdana, times;
   }

.smalltext 		{ font-size: 6.5pt; }
td.blue-back 	{ background: #656565; }
   
a:link, a:visited {
	color:					#006bb7;
	font-weight:			normal;
	text-decoration:		underline;
   }
   
#pagetitle {
   font-size: 16pt;
   font-weight: bold;
   color: #000000;
   border-bottom: 2px solid #e9e9e9;
   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;
   font-size: 12px;
   }
   
#content table,
#content table td {
   font-size: 13px;
   }
   
   
#content h1 { font-size: 16px; }
#content h2 { font-size: 15px; }
#content h3 { font-size: 14px; }
#content h4 { font-size: 13px; }
#content h5 { font-size: 12px; }
#content h6 { font-size: 12px; }
  
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 100%;
   }
   
#content a[href^="/"]:after {
   content: " (http://www.monashchildrens.org.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; }
 