/***********************************************************************
**Eflora CSS

***********************************************************************/

/* This sets the overall frame for the site */
body {
  font-size:large;
  font-family: Courier new
}


@media print{    
    body {
        font-size:medium;
    }
}