body {margin:0;}

.navbar {
  overflow: hidden;
  background-color: #F0E68C;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #497220;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.titlebar {
  overflow: hidden;
  background-color: #F0E68C;
  position: fixed;
  top: 45px;
  width: 100%;
  float: left;
  display: block;
  color: #497220;
  text-align: center;
  padding: 4px 6px;
  text-decoration: none;
  font-size: 17px;
  
}

.title_big {
  float: none;

	
  color: red;
  text-align: center;
	font-weight: bold;
  text-decoration: none;
  font-size: 20px;
}

.title_small {
  float: none;
  color: red;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
	font-weight: bold;  
}

.title_smaller {
  float: none;
  color: red;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
}

.navbar a:hover {
  background: #F0E68C;
  color: red;
}

.main {
  padding: 16px;
  margin-top: 100px;
  height: 100%; /* Used in this example to enable scrolling */
}

.main_info {
  padding: 16px;
  margin-top: 50px;
  height: 100%; /* Used in this example to enable scrolling */
}
