body{
  margin: 0px;
  top: 0px;
  display: block;
}

a{
    text-decoration: none;
    color: black;
}

.name{
  text-align: center;
  font-family: arial;
  font-size: 20pt;
  margin-top: 20px;
  width: 100%;
}

.main{
margin-left:100px;
margin-top:100px;
display: block;
}

.title{
margin-top: 100px;
margin-bottom:0px;
margin-left:0px;
font-family: arial;
color: #ffffff;
font-size: 20pt;
}

.menu{
font-size: 11pt;
font-family: verdana;
font-weight: regular;
color: #ffffff;
margin-left: 0px;
margin-top: 56px;
text-align: left;
width: 800px;
line-height: 150%;
}

.images{
  width: 100%;
  text-align: center;
}

.images img{
  height: 800px;
  max-width: 95%;
  width: auto;
  margin-top: 20px;

}
