h1     {
	font-family:Tahoma, sans-serif;
}
p     {
	font-family:Tahoma, sans-serif;
}
h2, h4, ul     {
	font-family:Tahoma, sans-serif;
}
h3     {
	font-family:Tahoma, sans-serif;
}
html  {
	min-height: 100%;
}
#firstdiv {
  margin-bottom: 30px;
}
body {
	height: 100%;
	background-color: white;
	background-image: linear-gradient(180deg,white ,#1E90FF);
	background-repeat: no-repeat;
}
a:link, a:visited   {
border-radius: 10px;
font-family:Tahoma, sans-serif;
font-weight: bold;
background-color:#1E90FF;
color:white;
padding:15px 25px;
text-decoration:none;
font-size:20px;
}
a:hover     {
background-color:#d2e9ff;
color:#1E90FF;
}
a:active  {
background-color:#DCDCDC;
color:black;
}
footer {
  background-color: #1E90FF;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  text-align: center;
  color: white;
  position: fixed;
  bottom: 0; 
}
#logo  {
	font-family:Tahoma, sans-serif;
	background-color:#1E90FF;
	color:white;
	font-size: 15px;
    border-style: outset;
}
div   {
    line-height: 2;
}
#formLink {
    text-decoration:underline;
    color:inherit;
    background-color: transparent;
    padding:0px 0px;
    font-weight: normal;
    font-size:16px;
}
.topnav {
  overflow: hidden;
  background-color: #1E90FF;
  border-radius: 10px;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
 background-color:#d2e9ff;
color:#1E90FF;;
}

.topnav a.hyperactive {
  background-color: black;
  color: white;
  }
.accordion {
  background-color: #1E90FF;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #d2e9ff; 
  color: #1E90FF;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
  color: #1E90FF;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
@media only screen and (max-width: 600px) {
    h1 {
        text-align: center;
        font-size: 160%;
    }

    p {
        text-align: center;
    }

    h2, h4     {
      text-align: center;
    }

    h3     {
      text-align: center;
    }

    ul {
      text-align: justify;
    }

    a:link, a:visited   {
        display: inline-block;
        padding:5px 15px;
        text-align: center;
        }
    .actlink {
      text-align: center;
    }
    #logo {
        display: inline;
        padding:15px 25px;
    }
    .topnav a {
        padding: 14px 16px;
  }
}
  