/* 
    This is the CSS for Print it should overwrite web CSS where needed.
*/

@import "global.css";
/* Global Defaults */

body {
	background: #fff;
}
/* Header */

#Shadow {
	background: none;
}
#Header #EmailSignup {
    display: none;
}
/* Nav */

#Nav {
    width: 550px;
    height: 2px;
    border-bottom: 2px solid black;
}
#Nav ul {
    display: none;
}
