   <style type="text/css">
	
        @font-face {
            font-family: 'Quicksand';
            font-weight: 700;
            font-style: normal;
            src: url(slideshow/assets/fonts/quicksand-bold-webfont.eot);
            src: url('./slideshow/assets/fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'), url('./slideshow/assets/fonts/quicksand-bold-webfont.woff2') format('woff2'), url('./slideshow/assets/fonts/quicksand-bold-webfont.woff') format('woff'), url('./slideshow/assets/fonts/quicksand-bold-webfont.ttf') format('truetype'), url('./slideshow/assets/fonts/quicksand-bold-webfont.svg#quicksandbold') format('svg');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
        }

        #page-content {
            width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }
		BODY { TEXT-ALIGN:CEBTER;
			  background-image: url(slideshow/assets/images/Book28-light.JPG) no-repeat center center fixed; 
			  -webkit-background-size: cover;
			  -moz-background-size: cover;
			  -o-background-size: cover;
			  background-size: cover;
			}
			
		.city { border-radius: 10px; 
		   display: inline-block;
		   margin: 8px;
		   padding: 8px;
		   max-width: 200px;
		   min-height: 100px;
		   border: 3px solid black;
		   text-align:center;
		   box-shadow: 5px 5px 5px #888888;
		   background-color:white;
		}
		.city-small { border-radius: 5px; 
		   display: inline-block;
		   margin: 10px;
		   padding: 5px;
		   width: 95px;
		   HEIGHT:62PX;
		   border: 1px solid lightgray;
		   text-align:center;
		   box-shadow: 5px 5px 5px #888888;
		   background-color: lightblue;
		   color:black;
		}
				
		.city-sub { border-radius: 10px; 
			MARGIN-left:10PX;
		   display: inline-block;
		   margin: 2px;
		   padding: 2px;
		   max-width: 390px;
		   min-height: 100px;
		   border: 0px solid blue;
		   text-align:center;
		}
		
		.city-sub-2 { border-radius: 10px; 
			MARGIN-left:10PX;
		   display: inline-block;
		   margin: 2px;
		   padding: 2px;
		   max-width: 390px;
		   min-height: 100px;
		   border: 0px solid blue;
		   text-align:center;
		   display: ;
		}
		
		.headline {
		font-size:10pt;
		font-family: Arial;
		font-weight:bold; 
		color:black;
		
		}
		.headline-2 {
		font-size:12pt;
		font-family: Quicksand;
		font-weight:strong; 
		TEXT-ALIGN:CENTER;
		color:black;
		}
		
		.sub-head {
		font-size:8pt;
		font-weight:strong;
		color:black;}
		
		.page-container {background-color:}
		.page-header {border-radius: 10px; FLOAT:LEFT; width:99%; text-align:center; color:yellow; background:black; padding:5px; font-size:24pt;font-family:"Quicksand";}
		
		.series3-container (vertical-align: top; padding-top: 5px)
		
		<!--- HOME --->
		
		#container {text-align:center; MARGIN-LEFT:AUTO; MARGIN-RIGHT:AUTO; max-width:100%}
		#left {display: inline-block; border: 1px solid black; box-shadow: 5px 5px 5px #888888; background-color:white; border-radius: 7px;}
		#center {display: inline-block; border: 1px solid black; box-shadow: 5px 5px 5px #888888; background-color:white; border-radius: 6px;}
		#right {display: inline-block; border: 1px solid black; box-shadow: 5px 5px 5px #888888; background-color:white; border-radius: 7px;}

		.image-inside {border-radius: 5px; border: 1px solid black;}
		.image-inside-small {border-radius: 5px; border: 1px solid black; width:50px}
		
		.banner {border-radius: 10px; FLOAT:LEFT; width:98.5%; text-align:center; color:white; background:darkblue; padding:5px; font-size:16pt; font-family:"Quicksand";}
		
		
		
		.top-header {MARGIN-LEFT:AUTO; MARGIN-RIGHT:AUTO; text-align:center; padding-bottom:0px;}
		.home-button { margin-left:5px; margin-top:5px; width:75px;}
    </style>