body {
  //font-size: 105%;
  
  //font-family: Verdana, Geneva, sans-serif;
  font-family: sans-serif;
  line-height: normal;
  background-color: white;
}





h1 {
  font-size: 26px;
  font-weight: normal;
  position: relative;
}

h3 {
  font-size: 30px;
  font-weight: normal;
  position: relative;
}

h2 {
  font-size: 17px;
  font-weight: bold;
}

.Red_text {
  color: red;
}

#peter_1 {
  float: right;
}

div {
  width: 320px;
  padding: 10px;
  border: 5px solid gray;
  margin: 0px;
  clear: right;
}

#center {
  text-align: center;
}



nav ul {
    font-size: 105%;
	list-style-type: none;
    padding: 0;
    margin: 0;
	text-align: center;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

nav ul li a {
    text-decoration: underline;
}

nav ul li.active a {
    text-decoration: none;
}
