/* Styles for printers */

body {
	font-family: arial, verdana, sans-serif;
	color: black;
	font-size: 10pt;
}

h1 em {
  font-style: normal;
}

h1 {
	border-bottom: 1px solid black;
}

#supportColumn, #footer {
  display: none;
}

a:link, a:visited {
  color: black;
	text-decoration: none;
}