/* Rules&styles for FMSE */

@import "layout/bremen.css";

h1 {
  color: #F50012;
  }

em {
  font-style: normal;
  font-weight: bold;
  }

body {
  background-image: url("img/background.png");
  background-repeat: repeat-y;  
  background-position: center top;
  }
 
