/* CSS Document */

body { 
  color : #000000; 
  background : #ffffff;
	background-image: url(../images/flemings_logo_small.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
  /*font-family : "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
  font-size : 10pt;
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#navigation, #news, #header, #footer { 
  display : none; 
} 
.copyright	{
	font-size: 8pt;
}

