/*
print.css  v1.0

Description:
	Pure Interactive website print styles
*/

body {
	margin: 1em 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 76.1%;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

a:link { text-decoration: none; color: #000;  } 
a:visited { text-decoration: none; color: #000;  }
a:hover { text-decoration: none; color: #000;  } 
a:active { text-decoration: none; color: #000;  }

#logo {
	margin:0;
	padding:0;
}

#email {
}

/* end */