body {
	margin: 0px;
	background-image: url("stripes.gif");
	color: #999999;
	background-color: #dddddd;
}

a {
outline:0;
}

a:link {color: #999999;
}

a:hover {color: rgb(17,75,243);
}

a:visited {text-decoration: none;
}

a:active {text-decoration: none;
}

/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 600px) {
  div.navbox1 {display: none;}
}/* If the screen size is 601px wide or more, hide the element */
@media only screen and (min-width: 601px) {
  div.navbox2 {display: none;}
div.footlinks {display: none;}
}/* If the screen size is 320px wide or more, hide the element */ /*was 601px*/
@media only screen and (min-width:320px) {
  div.titlebreak {display: none;}
}/* If the screen size is 320px wide or more, break to column */
/*added wed 19 Feb 18:57*/@media (min-width:320px){
	.w3-quarter{width:24.99999%}
}div.sticks{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0px;
}

div.halfwidth{
display: inline;
width: 50%;
max-width:100px;
}

.button:hover {
opacity: 0.7;
box-shadow:0 4px 10px 0 rgba(17,75,243,0.25),0 4px 20px 0 rgba(17,75,243,0.19);
}

.button {
  background-color: rgba(255,255,255,0.2);
  border: 2px solid rgb(211,211,211);
  border-radius: 6px;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 25px 6px;
  cursor: pointer;
  transition: 0.2s;
}