html {
    background-color: #FFFFFF;
    height: 100%;
}

body {
    height: 100%; 
    overflow: auto;
    position:relative;
    background-color: #FFFFFF; 
    width: 1000px;
    
    margin: 40px auto;
    min-height:100%; 
}

body.pic {
  padding: 0px;  /* Remove top space */
  margin: 0px;  /* Remove top space */
  color: black;
  background-image: url('../img/back.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

body.contact {
  background-color: #FFFF;
  color: black;
  font-family: verdana;
  font-size: 18px;
  
}


table {
   table width="50%";
   border="0" ;
   cellspacing="25";
   font-family: Verdana;
   font-size: 18px;
   padding-right: 10px;
}
tr {
   vertical-align:top;

}
td {
   vertical-align:top;

}

p.textformat1{
  font-family: Verdana;
  font-size: 18px;
  width: 90%;
  height: 30%;
  background-color: #FFF;
  margin: 0 auto;	/*center*/
  border-style: solid;
  border-width: 20px;
  border-color: transparent;
}

.textformat2{
  font-family: Verdana;
  font-size: 18px;
}
.textformat3{
  font-family: Verdana;
  font-size: 18px;
}
h3{
  font-family: Verdana;
  font-size: 20px;
}
header {
    width: 1000px;
    height: 100px;
    background-color: #FFFFFF;
}

footer {
    width: 1000px;
    height: 70px;
    background-color: #FFFFFF;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.right {
  text-decoration: none; /* Gets rid of dirty default underline */
}

div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  font-family: verdana;
  font-size: 24px;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

.footer {
   color: blue;
   font-family: verdana;
   font-size: 10px;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #FFFFFF;
   text-align: center;
}
address {
  display: block;
  font-family: verdana;
  font-style: italic;
  font-size: 24px;
}
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: lime; /* Just to visualize the extent */
  
}