﻿/*
Theme Name: Print theme
Theme URI: 
Description: A special print theme.
Version: 1.0
Author: Jimmy Bachmann - lémansoft
Author URI: http://www.lemansoft.com/
*/

body {
	background-color: white; 
}

#header, #body-part2, #body-part3, #big-boxes {
  display: none;
}

#body-part1, #content {
  width: 100%;
}
