body
{  background-image: url("images/texture14.jpg");
   background-attachment:fixed;
   background-size:100% 100%;

}
.tabs{
  background-color:black;
  color:white;
  float:left;
  border: none;
  cursor:pointer;
  padding:15px 25px;
  font-family:Arial Rounded MT;
  font-size:16;
  	}
.tabs:hover{
  background-color: #555
}

h1{
  font-size: 40;
  font-family: harrington;
}
h3{
  font-family:lucida handwriting;
  font-size: 30;

}