* {
box-sizing: border-box;
}
@font-face {
    font-family: 'SerifaBT';
    src: url('serifa-bt.ttf');
}
body { 
  width: 100%;
  max-width: 36em;
  font-family: SerifaBT;
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  overflow-y: scroll;
  padding: 1em;
  background-color: black;
  color: lightgray;
  }
h1 {
  font-size: 1em;
  margin:0;
  padding-bottom: 0.5em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.7em;
  border: 0;
  }
td {
  padding-bottom: 1em;
  padding-right: 0.5em;
  padding-left: 0;
  padding-top: 0;
  text-align: left;
  vertical-align: top;
  margin: 0;
  border: 0;
  }
a:active,
a:focus {
  outline: none;
  }
#headline {
  font-size: 2em;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
  }
#headline a {
  color: lightgray;
  text-decoration: none;
}
#linetop {  
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 1px;
  background-color: white;
  border-style: none;
  }
nav ul {
  list-style:none;
  border:0;
  margin:0;
  padding:0;
  vertical-align: middle;
  color: white;
  }
nav span {
  float: left;
  text-align: center;
  display: inline-block;
  width: 25%;
  line-height: 2.5em;
  color: white;
  text-decoration: none;
  border-left-style: solid;
  border-right-style: solid;
  border-left-color: white;
  border-right-color: transparent;
  border-left-width: 0.25em; 
  border-right-width: 0.25em;
  font-weight: bold;
  padding: 0;
  margin: 0;
  }
nav a {
  float: left;
  text-align: center;
  display: inline-block;
  width: 25%;
  line-height: 2.5em;
  color: white;
  text-decoration: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-left-style: solid;
  border-right-style: solid;
  border-left-width: 0.25em; 
  border-right-width: 0.25em;
  padding: 0;
  margin: 0;
  }
nav a:focus,
nav a:hover,
nav a:active {
  border-left-color: white;  
  font-weight: bold;
  }
#picturetop {
  width: 100%;
  margin-top: 0.5em;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5em;
  border: 0;
  padding: 0;
  }
footer {
  position: fixed;
  text-align: center;
  clear: both;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: gray;
  padding-top:0.7em;
  padding-bottom: 0.7em;
  }
main {
  display:block;  
  }
#email {
  color: black;
  text-decoration:none;  
  }
.content {
  padding: 0;
  border: 0;
  margin:0;
  }
.content a {
  color: pink;
  text-decoration: none;
  border-bottom: 1px dotted;  
  }
.contentbottom {
  padding-bottom: 3em;
  border: 0;
  margin:0;  
  }
.contentbottom a {
  color: pink;
	text-decoration: none;
	border-bottom: 1px dotted;  
  }
.contenttop {
  clear: left;
  padding-top:3em;
  }
.news a {
  color: pink;
  text-decoration: none;
  border-bottom: 1px dotted;  
  }
.headlinetop {
  clear: left;
  padding-top: 0em;
  }
.invisible {
  visibility: hidden;  
  height: 0;
  width: 0;
  border: 0;
  margin: 0;
  padding: 0;
  }
@media screen and (max-width: 480px) {
nav a {
  float: none;
  text-align: center;
  width: 100%;
  line-height: 2.5em;
  color: white;
  text-decoration: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-left-style: solid;
  border-right-style: solid;
  border-left-width: 0.25em; 
  border-right-width: 0.25em;
  padding: 0;
  margin: 0;
  }
nav span {
  float: none;
  text-align: center;
  width: 100%;
  line-height: 2.5em;
  color: white;
  text-decoration: none;
  border-left-style: solid;
  border-right-style: solid;
  border-left-color: white;
  border-right-color: transparent;
  border-left-width: 0.25em; 
  border-right-width: 0.25em;
  font-weight: bold;
  padding: 0;
  margin: 0;
  }
.headlinetop {
  clear: left;
  padding-top: 0em;
  }
.contentbottom {
  clear: left;
  padding-bottom: 1em;
}
.contenttop {
  clear: left;
  padding-top:1em;  
  }
  }