/* Author: Vibeke Hvarregaard Andersen
   typo css: for adjusting typography
   Ver: 1.0
   Date: december 2009
   ****************************************************************************/

/*Basic settings*/ 
body{
  font-size:100%;
  font-family:"Verdana","Arial","Sans-Serif";
}

h1{
  font-size:1.2em;
}

h2{
  font-size:1em;
} 

/*typo for the menu*/   
#menu_box{
  font-size:0.7em;
  font-family:"Verdana","Arial","Sans-Serif";
}

/*The left box in the middle_wrapper*/
#left_box{
  font-size:0.7em;
}

/*The content box in the center in the middle_wrapper*/
#content_box{
  font-size:0.7em;
}


