body
{background-color: #F2FFFF; 
margin: 0px 0px 0px 0px;
padding: 0px;
font: 11px Arial, Helvetica, sans-serif;
color : #000000;
}
.float-l {
	float: left;
	margin-right: 7px;
	margin-left: 2px;
	border: 2px solid #FFEAEA;
}
.float-r {
   float: right;
   margin-right: 2px;
   margin-left: 6px;
   border: 2px solid #FFEAEA;
}
.style-auto {
 color: #000000; /* this is the colour of the font */
 background-color: #000099; /* this is the background colour */
 text-align: center;
 font-size: 16px;
 font-weight: bold;
}
.style-auto a:link { color : #FF0000; text-decoration: none;
}
.style-auto a:visited {	color : #FF0000; text-decoration: none;
}
.style-auto a:hover { color : #FFFFFF; text-decoration: none;
}
.format-database {
 color: #993300; 
 background-color: #000099; 
 text-align: center;
 font-size: 16px;
 font-weight: bold;
}
.format-database a:link { color : #FF0000; text-decoration: none;
}
.format-database a:visited {	color : #FF0000; text-decoration: none;
}
.format-database a:hover { color : #FFFFFF; text-decoration: none;
}