body { font-family: Arial, Helvetica, sans-serif; margin: -0px; }
img { border: 0; }

.content { margin: 8px; }

h1 { color:#666666; font-size:1.5em; position:relative;top:10px; }
h2 { color:#666666; font-size:1.5em; position:relative;top:10px; }
h3 { color:#666666; font-size:1.2em; }

P.code {color:#006600; font-family:Verdana, sans-serif; font-size:11px; position:relative; left:24px; }

/*ol ol{list-style-type:lower-alpha;} */
li { color:#000066; font-size:0.9em; }
strike {color:#cc0000; }
TT {color:#006600; }
em {font:12px font-family:verdana, arial, helvetica, sans-serif; color:#990000;}


a:link    {color:#0000CC;text-decoration:none;}
a:visited {color:#0000CC;text-decoration:none;}
a:active  {color:#999999;text-decoration:Underline;}
a:hover   {color:#990099;text-decoration:Underline;}



.logo { position:absolute; top:0px; }

.columns {
   -webkit-column-count: 3; /* Old Chrome, Safari and Opera */
  -moz-column-count: 3; /* Old Firefox */
  column-count: 3;
}




.footer {
/* position: fixed; */
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:#444;
  color: white;
  text-align: center;
  line-height: 22pt;
}
.footer a         {color:white;text-decoration:none;}
.footer a:visited {color:white;text-decoration:none;}
.footer a:active  {color:white;text-decoration:underline;}
.footer a:hover   {color:white;text-decoration:underline;}
.footer small { line-height: 12pt; }

.box {
margin: auto;
width: 90%;
/*
  -webkit-column-count: 3; 
  -webkit-column-gap: 40px;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  column-count: 3;
  column-gap: 40px;
*/
  -webkit-column-width: 140px;
  -moz-column-width: 140px;
  column-width: 140px;


  padding: 4px 20px;
  text-align: left;
/*
  border-style: solid;
  border-color: black;
  border-width: 1px;
*/
}
.box img { padding: 4px 4px; }



/*****************************************/
/* Background colour for entire menu bar */
/*****************************************/
.navbar {
  overflow: hidden;
  background-color: white;
/*
A:Link{color:#FF00CC;text-decoration:none;}
A:Visited{color:#FF00CC;text-decoration:none;}
A:Active{color:#999999;text-decoration:none;}
A:Hover{color:#FF0099;text-decoration:none;}
*/
}

/* Link text colour */
.navbar a {
  float: right;
  font-size: 16px;
  color: darkblue;
  text-align: center;
  padding: 4px 18px;
  text-decoration: none;
}
.navbar a:hover {
  text-decoration: none;
}


.dropdown {
  float: right;
  overflow: hidden;
}

/* Colour of non-link menu text */
.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: darkblue;
  padding: 4px 18px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
/* Hover over menu bar colour */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color:lightblue;
}
/* Background colour of dropdown */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
/* Colour of link text on dropdown menu */
.dropdown-content a {
  float: none;
  color: white;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:link {
  color: white;
  text-decoration: none;
}
.dropdown-content a:visited {
  color: white;
  text-decoration: none;
}

/* Hover colour for dropdown */
.dropdown-content a:hover {
  background-color: #666;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}





/************** MOBILE *************************/
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}
.topnav #myLinks {
  display: none;
}
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
/* Drop-down icon before selection */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
/* Drop-down Icon after selection */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.active {
  background-color:white;
  color: white;
}

