

.logosm {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

/* unvisited link */
a:link {
  color: #671612;
}

/* visited link */
a:visited {
  color: #4a4545;
}

/* mouse over link */
a:hover {
  color: #671612;
}

/* selected link */
a:active {
  color: #671612;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.logo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 250;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  font-family: Arial; 
  line-height: 1.6;
}

div.scrollmenu {
  background-color: #ffff;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-family: Arial; 
}

div.scrollmenu a:hover {
  background-color: #777;
}

.stdtext { font-size: 14pt;
        font-family: verdana, arial, helvetica, sans-serif;  
        line-height: 14pt;
		color: #000000;
		font-weight: normal;
		margin-left: 10px;
		margin-right: 10px;
}

.stdwtext { font-size: 14pt;
        font-family: verdana, arial, helvetica, sans-serif;  
        line-height: 14pt;
		color: #ffffff;
		font-weight: normal;
		margin-left: 10px;
		margin-right: 10px;
}