body
{
margin:0;
padding:0;
}
hr {color:sienna;}
p {margin-left:0px; margin-top:0px;}
body {font-size:20px; font-family: "Calibri";}


#container1
  {
  position:fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  width:100%;
  height: 100%;
  overflow:visible;
  color: white;
  background: grey;
  }

#body1
  {
  position: absolute;
  top: 100px;
  left: 100px;
  }
  
.white1
  {
  color: white;
  }
  
.black1
  {
  position:absolute;
  color: black;
    left:80px;
	top: 0px;
	width:100%
  }
  
#container2
  {
  display:none;
  position:fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  width:100%;
  height: 100%;
  overflow:visible;
  color: white;
  background: red;
  }
  
#body2
  {
  position: absolute;
  top: 100px;
  left: 100px;
  }
  
.white2
  {
  position:absolute;
  color: white;
    left:80px;
	top: 0px;
	width:100%
  }
  
.black2
  {

  color: black;
  }

.email
  {
  position: absolute;
  bottom: 20px;
  right: 50px;
  color: white;
  }
  
a.emaillink:link {color:#FFFFFF;text-decoration:none;}      /* unvisited link */
a.emaillink:visited {color:#FFFFFF;text-decoration:none;}  /* visited link */
a.emaillink:hover {color:#FFFFFF;text-decoration:none;}  /* mouse over link */
a.emaillink:active {color:#FFFFFF;text-decoration:none;}  /* selected link */