/* This file hides elements not necessary for printing and sets printer friendly colors */

.DoNotPrint {
	display: none;
}

/* Recommendation: copied /css/styles.css declaration and paste below this line to have */
/* the printed version use appropriate styles for the text, etc.						*/

/* Defaults */

body, td, p, li, input, select, textarea {}

/* Headings */

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Links */

a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms */

form {
	margin: 0;
	padding: 0;
}