body{
	padding: 0px;
	margin: 0px;	
	background-color:#ffffff;
  font-family: 'Titillium Web', sans-serif;
  color: #444444;
  font-size: 16px;
  text-align: center;  
}

table{
  border: 0px solid #ffffff;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

table tr:nth-child(odd) td { background: #ebebeb;}

td{
  padding: 4px 8px;
  vertical-align: top;
}

h1{
  color: #44B120;
  text-align: center;
  font-size: 40px;
}

a{
  color: #314196;
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (max-width: 1310px) {
  table{  
   width: 96%;
  }
}

@media only screen and (max-width: 850px) {
  body{	
    font-size: 12px;
  }   
  
  h1{
    font-size: 25px;
  }           
}