<style type="text/css">
.K {
	position: relative;
	margin: 10px 0;
	background-color: #cdcdcd;
	color: #023338;
	font-weight: 500;
}
.K ul {
	position: relative;
	z-index: 1;	
	margin: 0;
	padding: 0;
}
.K li {
	list-style: none;
	left: 0;
}
.K .backward , .K .forward {
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 30px;
	line-height: 24px;
	text-align: center;
	background-color: #333;
	bottom: 10px;
	font-size: 32px;
	left: 10px;
	color: #fff;
}


			/*Strip the ul of padding and list styling*/
a {
	color: black;
}
a:hover {
	color: #474747;
	text-decoration: none;
}

.emojione {
  /* Emoji Sizing */
  font-size: inherit;
  height: 3ex;
  width: 3.1ex;
  min-height: 20px;
  min-width: 20px;
  border: 0;

  /* Inline alignment adjust the margins  */
  display: inline-block;
  margin: -.4ex .15em .2ex;
  line-height: normal;
  vertical-align: sub;
}

img.emojione {
  /* prevent img stretch */
  width: auto;
}

			#header {
				//background-color: #2f3070;
			}
		body,html {
			margin: 0; padding: 0;
			width: 100%;
			-webkit-transition: all 0.7s ease;
			transition: all 0.7s ease;
		}


		ul {
			list-style-type:none;
			margin:0;
			padding:0;
			position: absolute;

		}
		ul.n {
			list-style-type:square;
			position: static;
		}
		.n li {
			display:block;
			float: none;
			list-style-type: square;
			margin-right: 0px;
			min-width: 200px;
		}

		a {
			max-width: 720px;
			margin:auto;
		}

		#normalUL {
			list-style-type:square;
		}

		#menu {
			width: 100%;
			background-color: #2f3070;
			z-index: 2;
		}
		#menub {
			width: 100%;
			background-color: #2f2030;
			z-index: 1;
		}
		#text {
			padding-top: 50px;
		}
		#footer {
			bottom: 0px;
			width: 100%;
			height: 20px;
			position: fixed;
			margin-top: 10px;
			border-top: 1px solid black;
			padding-right: 30px;
			background-color: rgba(0,0,0,0.1);
		}
		/*Create a horizontal list with spacing*/
		li {
			display:inline-block;
			margin: auto;
			float: left;
		}

		/*Style for menu links*/
		li a {
			-webkit-transition: all 0.7s ease;
			display:block;
			min-width:140px;
			height: 50px;
			text-align: center;
			line-height: 50px;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #fff;
			background: #2f3036;
			text-decoration: none;
		}

		.b {
			display:inline-block;
			margin: auto;
			float: right;
			padding-top: 10px;
		}
		.b a {
			-webkit-transition: all 0.7s ease;
			display:block;
			min-width:140px;
			height: 40px;
			text-align: center;
			line-height: 40px;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #fff;
			background: #2f3036;
			text-decoration: none;
		}

		/*Hover state for top level links*/
		li:hover a {
			background: #2f3070;
			color: #fff;
		}

		/*Style for dropdown links*/
		li:hover ul a {
			background: #f3f3f3;
			color: #fff;
			height: 40px;
			line-height: 40px;
		}

		/*Hover state for dropdown links*/
		li:hover ul a:hover {
			background: #5f60a0;
			color: #fff;
		}

		/*Hide dropdown links until they are needed*/
		li ul {
			display: none;
			height: 0;
			-webkit-transition: all 0.7s ease;

		}

		/*Make dropdown links vertical*/
		li ul li {
			display: block;
			float: none;
			-webkit-transition: all 0.7s ease;

		}


		/*Prevent text wrapping*/
		li ul li a {
			width: auto;
			min-width: 100px;
			padding: 0 20px;
			z-index: 3;
			height:0;
			-webkit-transition: all 0.7s ease;
		}



		/*Display the dropdown on hover*/
		ul li a:hover + .hidden, .hidden:hover {
			display: block;
			height: auto;
			opacity: 1;

		}

		/*Style 'show menu' label button and hide it by default*/
		.show-menu {
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			text-decoration: none;
			color: #fff;
			background: #2f3070;
			text-align: center;
			padding: 10px 0;
			display: none;
			-webkit-transition: all 0.7s ease;

		}


		/*Hide checkbox*/
		#show-menu{
		    display: none;
		}

		/*Show menu when invisible checkbox is checked*/
		#show-menu:checked ~ #menu{
		    display: block;
		}
		#menub{
			margin-top: 20;
		    display: block;

		}

table {  padding: 4px; border-radius: 10px; margin: 10px;         margin: auto;
        margin-top: 4px; border-spacing: 0; border-collapse: separate; min-width: 290px; }

table td, table th, table .minititle {  padding: 7px 25px; border-bottom: 1px solid black; border-right: 1px solid black; }
table th, table .minititle { background: #005FC4; color: white; }

table tr:last-child td:first-child {
    border-bottom-left-radius:10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius:10px;
}

table tr th:first-child,
table tr td:first-child {
   border-left: 1px solid black;
}

table tr:first-child th,
table tr:first-child td {
   border-top: 1px solid black;
}

table tr:first-child th:first-child,
table tr:first-child td:first-child {
    border-top-left-radius:10px
}

table tr:first-child th:last-child,
table tr:first-child td:last-child {
    border-top-right-radius:10px
}

tr:nth-child(odd) {
   background-color: #DBF5FF;
}

select {
   background: green;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   background: url(./imagesMyStyle/arrow.jpg) no-repeat right #ddd;
   overflow: hidden;
  }

input[type=text] {
border: 1px solid darkgrey;
background-color: #E4E9ED;
padding:4px;
border-radius: 8px;
}

#inputS {
border: 1px solid darkgrey;
background-color: #E4E9ED;
padding:4px;
border-radius: 8px;
color: darkgrey;
}

img {
//border: 1px solid black;
max-width: 100%;
padding: 5px 12px;
}

.imgDiv {
	width: 100%;
	margin: 3 0;
}

h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	margin: 0;
	padding-bottom: 3px;
}
h1, .h1 {
   font-size: 2em;
   color: #0060A1;
}
h2, .h2 {
   font-size: 1.5em;
   color: #0060A1;
}
h3, .h3 {
   font-size: 1.2em;
   color: #0060A1;
}
h4, .h4 {
   font-size: 1em;
   color: #0060A1;
}



.box {
   margin: auto;
   margin-top: 10px;
   border: 1px solid #00395E;
   border-radius: 5px;
   max-width: 500px;
   background-color: #F7FCFF;
}
.infobox {
   margin: auto;
   background-color: #0033A2;
   margin-top: 10px;
   border: 1px solid #00395E;
   border-radius: 5px;
   max-width: 500px;
   background-color: #F7FCFF;
}
article {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
}

		/*Responsive Styles*/

		@media screen and (max-width : 720px){

		#menub{
			margin-top: 0;
		    display: block;

		}

article {
	padding-top: 10px; padding-left: 2px;
}

		.b {
			display:inline-block;
			margin: auto;
			float: right;
			padding-top: 0px;
		}
		.b a {
			-webkit-transition: all 0.7s ease;
			display:block;
			min-width:140px;
			height: 50px;
			text-align: center;
			line-height: 50px;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #fff;
			background: #4f3036;
			text-decoration: none;
		}

		#text {
			padding-top: 0px;
			font-size: 1.1em;
		}
			/*Make dropdown links appear inline*/
			#menu {
				position: static;
				display: none;
			}
			/*Create vertical spacing*/
			.n li {
				margin-bottom: 1px;
			}
			/*Make all menu links full width*/
			ul li, li a {
				width: 100%;
			}

			#menub {

			}
			/*Display 'show menu' link*/
			.show-menu {
				display:block;
			-webkit-transition: all 0.7s ease;

			}

h1 { font-size: 2em; padding-top: 20px;}
h2 { font-size: 1.3em; padding-bottom: 20px;}
h3 { font-size: 1.1em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

content { padding-top: 20px; }

		}

		@media screen and (max-width : 500){
body { font-size: 1.2em;}
h1 { font-size: 1.5em; padding-top: 5px; padding-bottom: 0px;}
h2 { font-size: 1.3em; padding-bottom: 10px;}
h3 { font-size: 1.2em; }


		}


</style>