h2 {    font-family: Century, "Times New Roman", Times, serif;    font-style: italic;    font-size: 2em; /* 32px/16=2em */    letter-spacing: 1px;<!--    position: absolute; --><!--    top: 50px; --><!--    left: 160px; -->}ul.nav {    list-style-type: none;    margin: 150px 0 0 0;    padding: 0 0 0 0;    width: 134px;     background-color: #A6CaF0;	border: 1px solid #555;    position: fixed;  /* Make it stick, even on scroll */    border-radius: 9px 9px 9px 9px;	}ul.navh {    list-style-type: none;    margin: 0 0 0 0;    padding: 0 0 0 0;    width: 100%;     background-color: #A6CaF0;	border: 1px solid #555;    position: fixed; /* Make it stick, even on scroll */    border-radius: 9px 9px 9px 9px;	}ul.logo {    list-style-type: none;    margin: 0 0 0 0;    padding: 0 0 0 2px;    width: 134px;     background-color: white;	border: none;    position: fixed; /* Make it stick, even on scroll */}	li.nav {text-align: center;   border-bottom: 1px solid #555;   font-size: 1.2em;   }ul.nav2 {    list-style-type: none;    margin: 0px 0 0 0;    padding: 0 0 0 0;    background-color: #A6CaF0;	border: 1px solid #555;    border-radius: 9px 9px 9px 9px;	}li.nav a {    display: block;    color: #330;    padding: 2px 1px 2px 1px;    text-decoration: none;}li.acc {text-align: center;   border-bottom: 1px solid #555;   font-size: 1.0em;   }li.acc a {    display: block;    color: #330;    padding: 01px 0px 01px 0px;	text-decoration: none;}/* Change the link color on hover */li.nav a:hover:not(.active) {    background-color: #008;    color: #ff3;}li.acc a:hover:not(.active) {    background-color: #008;    color: #ff3;}li a.active {    background-color: #fd3;    color: #00c;}li:first-child {    border-radius: 9px 9px 0px 0px;}li:first-child a.active {    border-radius: 9px 9px 0px 0px;}li:last-child {    border-radius: 0px 0px 9px 9px;}li:last-child a.active {    border-radius: 0px 0px 9px 9px;}li.acc:last-child {    border-radius: 0px 0px 0px 0px;}li.acc:last-child a.active {    border-radius: 0px 0px 0px 0px;}