html {
width:100%
}
body {
background: white;
font-size: 12pt;
}
img {
border: 0;
}

/* Remove unwanted elements */
#header 
{
display: none;
}

/* Ensure the content spans the full width */
#body
{
width: 100%; margin: 0; float: none;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

table td {
	color: Black;
}
p { text-indent: 2em; margin:5px; 
      font: normal normal normal small georgia, times, verdana, arial, helvetica, sans-serif;  
	}
	
em { font-style: italic; font-weight: bold; }
strong {font-weight: bold; }
pre { font-family: monospace; font-weight: bold; font-size: small; text-indent: 2em; }
  
li { list-style: square;
	  font: normal normal normal small/150% georgia, times, verdana, arial, helvetica, sans-serif; }

dt {
	  font: normal normal bold medium georgia, times, arial, verdana, sans-serif; 
	  margin: 10px; }

dd {
     font: normal normal normal small/normal georgia, times, arial, verdana, sans-serif; 
	  margin: 10px;
	  padding: 20px; }

.pp 
{    text-indent: 2em; 
	  font: italic normal bold medium georgia, times, arial, verdana, sans-serif; 
	  color: maroon;
	  margin-bottom: 25px;
	  margin-top: 25px; 
	  background: white; }
	  
#colleft 
{   display: none;
}

#colright 
{   display: none;
 }

#colmid 
{   position: relative;
    border: 1px solid #003366;
    margin: 10px;	
	 top:2px;
	 width: 100%; 
 }

#footer {
    display: none;
 }

 
