body {
  margin: 10;
  font-family: Arial, Helvetica, sans-serif;
}


h1 {
  text-align: center;
  color: #da1c3f;
/*   object.style.fontSize = "120px"; */
}

      
.topnav {
  overflow: hidden;
  background-color: #676d6f;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.active {
  color: red;
  font-weight: bold;
  font-size: 20px;
}


.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/*      .topnav a.inactive {
  background-color: #676d6f;
  color: white;
}*/

.topnav_dt {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav_logout_display {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav_logout_nodisplay {
  display: none;
}

footer {
  text-align: center;
  padding: 3px;
  background-color: #676d6f;
  color: white;
}

.pagecontent {
  width: 600px;
}
