@import url(http://fonts.googleapis.com/css?family=Lato:80);

      * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
      }

      html, body {
        margin: 0;
        padding: 0;
        height: 100%;
      }

      body {
        overflow-x: hidden;
        color: #F8F8FF;
        font-family: 'Lato';
        font-weight: 100;
        font-size: 24px;
		text-align: center;
		text-decoration:none;
      }

      section {
        position: relative;
        overflow: auto;
        padding: 30px;
        width: 100%;
        height: 100%;
        background: #000000;
      }

      section:nth-child(2n) {
        background: #708090;
      }



	}

      h1 {
        font-weight: inherit;
        text-transform: uppercase;
        font-size: 200%;
        margin: 0;
      }

      a {
        color: inherit;
		font-weight: 200;
        text-decoration: none;
        padding-bottom: 3px;
      }
	
	a:link {text-decoration:none;}
	a:visited {text-decoration:none;}
	a:hover {text-decoration:underline;}
	a:active {text-decoration:underline;}
	
    img {
        max-width: 100%;
		heigth: auto;
    }

	table.center {
   		width:70%; 
    	margin-left:15%; 
    	margin-right:15%;
  	}


      