

html, body, table, td {
    margin-top: 0px;
    padding-top: 0px;
    top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 0px;
    background-color: #fff;
    font-family: 'Work Sans', sans-serif;
  }
  table.center {
    margin-left:auto; 
    margin-right:auto;
    max-width: 1340px;
  }
  table.line {
    margin-left:auto; 
    margin-right:auto;
    width: 100%;
    background-color: #E1E5E8;
  }
  img {
    border-radius: 6px;
    width: 100%;
    height: auto;
    border: 0px solid #fff; /* Gray border */
    padding: 0px; /* Some padding */
  }
  /*
  img:hover {
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
  }
  */
  #bgImg {
	  width: 100%;
	  display: block;
	  margin: 0 auto;
	  position: absolute;
	  z-index: 0;
	}


.bigTitle {
  font-color: #333;
  font-size: 100px;
  line-height: 130%;
}


.bigwords {
  color: #7F7F7F;
  font-size: 48px;
}

.descripton {
  color: #333333;
  font-size: 30px;
  line-height: 130%;
}

.small {
  color: #777777;
  font-size: 18px;
  line-height: 150%;
}

.nav {
  color: #666666;
  font-size: 16px;
}

a, a:link, a:visited { color: #656D72; text-decoration: none; }
a:hover { color: #C0C8CE; text-decoration: none; }


