<style type="text/css">  
    body{  
        background-color:  #f9bec7;
        text-align: center;  
    }

   /* Home page*/

         table.banner {
    margin-left:auto; 
    margin-right:auto;
    margin-top: fixed;
    padding: 10px;
    text-align: center;
  }
  table.menu{
    margin-left:auto; 
    margin-right:auto;
     text-align: center;
  }
  table.welcomenow{
    display: table;
   width: 100%;
   margin: auto
  
  }

table.hometable{
  width: 500%
  text-align: "left";
  margin: auto;
}
  img.leftphoto{
    width: 350px;
    padding: 15px;
padding-left: 0.05px;
position: relative;
left: -70px;
    -webkit-transform: rotate(-90deg);
  }

  td.homewelcome{
    font-size: 16px;
    font-family: "Bodoni MT",Didot,"Didot LT STD","Hoefler Text",Garamond,"Times New Roman",serif;
    position: relative;
    color: #20b2aa;
    left: -50px;


  }
  p.welcomehometext{
  font-family: "Bodoni MT",Didot,"Didot LT STD","Hoefler Text",Garamond,"Times New Roman",serif;
  font-size: 15px;
  position: relative;
  padding-bottom: 1cm;
  }

p.abouttitle{
  font-family: "Bodoni MT",Didot,"Didot LT STD","Hoefler Text",Garamond,"Times New Roman",serif;
  color: #20b2aa;
  text-align: center;
  
}

p.aboutme{
  width: 100%
  text-align: center;
  margin: 100px;
  font-family: "Bodoni MT",Didot,"Didot LT STD","Hoefler Text",Garamond,"Times New Roman",serif;
      color: #595959; 
      padding-bottom: 1cm;

}

p.goodbye{
  text-align: center;

}
img.soccer{
     width: 70%;
position: center;
height: 80%;
}

img.school{
   width: 50%;
position: center;
height: 70%;
}

 `````````````````````img.art{
  width: 50%;
  position: center;
  height: 100%;
}

img.family{
  width: 70%;
  position: center;
  height: 100%;

}

img.graduation{
  width: 70%;
  position: center;
  height: 100%;

}

img.liberalarts{
  width: 70%
  position: center;
  height: 100%
}

img.quantumphysics{
  width: 70%
  position: center;
  height: 70%;

}
  #h1{
    position: fixed;

  }
  #h2{
    position: fixed;
  }
/* unvisited link */
a:link {
    color: #f9bec7;
}

/* visited link */
a:visited {
    color: #f9bec7;
}

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

/* selected link */
a:active {
    color: #f9bec7;
}     
#menu {
    background-color: white;
    color: #f9bec7


}
</style>  