<!DOCTYPE html>
<head>
<style>

@font-face {
  font-family: cent;
  src: url('fonts/gothic.ttf') format('truetype');
  }

h1 {
  font-family: 'Mag', 'cent', sans-serif;
  font-size: 350%;
  letter-spacing: 0px;
  text-transform: none;
  text-decoration: none;
  color: #00D4CE;
  font-color: #00D4CE;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; 
  }

h2 {
  font-family: 'Mag', 'cent', sans-serif;
  font-size: 275%;
  letter-spacing: 0px;
  text-transform: none;
  text-decoration: none;
  color: #565656;
  font-color: #565656;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal; 
  }

h3 {
  font-family: 'cent', sans-serif;
  font-size: 275%;
  letter-spacing: 5px;
  text-transform: upppercase;
  text-decoration: none;
  color: #565656;
  font-color: #565656;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal; 
  }

p  {
  font-family: 'cent', sans-serif;
  font-size: 140%;
  font-color: #565656;
  color: #565656;
  }

a:link  {
  font-family: 'cent', sans-serif;
  font-size: 140%;
  letter-spacing: 0px;
  text-transform: none;
  text-decoration: none;
  color: #565656;
  }

a:visited {
  color: #565656;
  font-family: 'cent', sans-serif;
  font-size: 140%;
  letter-spacing: 0px;
  text-transform: none;
  text-decoration: none;
  }

a:hover  {
  color: #00D4CE;
  font-family: 'cent', sans-serif;
  font-size: 140%;
  letter-spacing: 0px;
  text-transform: none;
  text-decoration: none;
  }

body {
  margin-top: 0px;
  margin-bottom: 10px; 
  margin-left: 0px; 
  margin-right: 0px;
  padding: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url("imgs/bg.jpg");
  font-family: 'cent', sans-serif;
  font-size: 150%;
  font-color: #565656;
  color: #565656;
}

table {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 90%;
}

.table1 {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 90%;
  background: rgba(255,255,255,0.6);
}

.table2 {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 90%;
  background: rgba(0,212,206,0.40);
}

.table3 {
  background: rgba(255,255,255,0.6);
  background-image: url("imgs/summer.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}



td {
  background-repeat: no-repeat;
  background-position: center;
}

</style>
</head>
<body>
</body>
</html>
