  a:link {color:blue; font-size: 100%; }
  a:visited {color: green; font-size: 100%; }
  a:hover {color: darkgreen; }
  a:active {color: darkgreen; } 
	
h1 { text-align:center; color: #007700; font-size: 200%;  font-family: Arial, Helvetica, sans-serif;  }
h2 { text-align:center; color: #007700; font-size: 160%;  font-family: Arial, Helvetica, sans-serif;  }
h3 { text-align:center; color: #006600; font-size: 130%; font-family: Arial, Helvetica, sans-serif; line-height: 110%; }
h4 { font-size: 100%; font-family: Verdana, Arial, sans-serif; line-height: 100%; }
h5 { font-size: 75%;	font-family: Arial, sans-serif;	color:black; }
h6 { font-size: 70%;	font-family: Arial, sans-serif;	color:black; text-transform: uppercase; }

p  { font-size: 100%;  font-family: Verdana, Tahoma, Arial, sans-serif; }

p.menu {  font-size: 100%; 
 font-family: Arial, sans-serif, serif; 
 }

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
	
pre { font-family: monospace; }
ul { font-size:100%; }

th {background: #99ffcc }

#headl {
	position: fixed;
	top: 0px;
	left: 0px;
  height: 80px;
	margin: 0px;
	border: 0;
	background-color: #000000;
	padding: 2px 0px 2px 2px;
	z-index: 10;
}

#headr {
	position: fixed;
  height: 80px;
	top: 0px;
	left: 207px;
	right: 0px;
	margin:0px;
	border: 0;
	background-color: #000000;
	padding: 2px 2px 2px 0px;
	z-index: 10;
}

#navleft {
	position: fixed;
	top: 82px;
	left: 0px;
	right: 0px;
  height: auto;
	border-style: solid;
  border-width: 0px 2px 0px 2px;
	border-color: #000000;
	background-color: #007700; 
	padding: 0% 8%;
	z-index: 9;
}

/* Background colour is the normal background colour of the menu bar, colour is the colour of the text */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
		color: #66ffff;
    background-color: #007700;
}

li {
    float: left;
}

li a.menu, a.dropbtn {
    display: inline-block;
		color: #66ffff;
    text-align: center;
    padding: 1px 25px 0px;
    text-decoration: none;
}

/* Background colour when hovering on the menu bar */
li a.menu:hover, .dropdown:hover .dropbtn {
    color: black;
		background-color: #6be08f;
}

li.dropdown {
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
		color: white;
    background-color: #17a81f;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(1,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 2px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: black; background-color: #6be08f}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #6be08f;
}


 
#content {
	position: relative;
	min-width: 200px;
	left: 0px;
	top: 100px;	
	border: 0;
	background-color: white;
      padding-top: 50px;
	padding-right: 12%;
	padding-left: 12%;
	z-index: 1;
}

#fullpage {
	position: absolute;
	min-width: 200px;
	top: 80px;
	left: 10px;	
	border: 0;
	background-color: white;
        padding-right: 12%;
	padding-left: 12%;
	z-index: 1;
}

#leftcol {
	width: 50%;
	min-width: 150px;
	left: 200px;
	border: 0;
	background-color: cyan;
	padding: 20px;
	z-index: 1;
}

#rightcol {
	width: auto;
	min-width: 150px;
	border: 0;
	background-color: white;
	padding: 20px;
	z-index: 1;
}
		
