﻿@charset "UTF-8";
/* CSS Document */
footer, #header-top, nav-bar, .top-bar{
display: none !important;
}
img {
max-width: 500px;
}
@page {
margin: 0.5cm;
}
body {
	line-height: 1.3;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 11pt;
}
h1 {
font-size: 24pt;
}

h2 {
font-size: 14pt;
margin-top: 50px;
}
p {
font-size: 11pt;}
aside h2 {
font-size: 18pt;
}


@media print {
  a[href]:after {
	content: none !important;
  }
  a[href^="#"]:after {
	content: none !important;
  }
  a[href^="mailto"]:after {
	content: none !important;
  }
}




