@charset "utf-8";
/* CSS Document */

  @import url("https://fonts.googleapis.com/css?family=Hepta+Slab");
  @import url("https://fonts.googleapis.com/css?family=Encode+Sans+Condensed");  
  @import url("https://fonts.googleapis.com/css?family=Merriweather");


.banner_top {
        background:#009999;
		background: url(banner_top.jpg); 
}
.banner_bottom {
        background:#009999;
		background: url(banner_bottom.jpg); 
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.5em;
	line-height:1.2em;
	letter-spacing:95%; 
}

.title {
	font-size:1.2em;
	font-weight:bold;
	
}
.package {
	font-family: Arial, Helvetica, sans-serif;
	
	}