h1,h2,h3,h4 {
	color:#003399;
}

@media print {
  @page {
    size: A4 portrait;
	background-image: url("images/waves.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
  }
}

	.noprint {
		display:none;
	}

