/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Screen & Projection Styles *
      
   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/grid.css";
@import "lib/styles.css";


/* Uncomment the line below to see the grid and baseline. 
   (Assuming you've wrapped your columns in a container). */

 /*.container { background: url(lib/img/grid.png); } 
 .container { background: url(lib/img/baseline.png); } */

h3 {} /* StandardRubrik */

h4 {} /* MellanRubrik */

h5 {} /* Liten Rubrik */

h6 {} /* Kontaktrubrik */

.epost { font-family: Verdana, Arial, "Lucida Grande",Helvetica, sans-serif; font-size:9px; } /* Lemonstyle: epost */
.brodtext {font-family: Verdana, Arial, "Lucida Grande",Helvetica, sans-serif; font-size:12px;} /* LemonStyle: Brödtext */
.ingress {font-family: Verdana, Arial, "Lucida Grande",Helvetica, sans-serif; font-size:14px; line-height:20px;} /* LemonStyle: Ingress */


