body {
      max-width: 70%;
      margin: auto;
      padding: 0;
      background: #333;
      color: white;
      font-size: 16px;
	  font-family: Futura,Trebuchet MS,Arial,sans-serif; 
        }
a { 
	  color:white;
	  text-decoration: none;
	}
a:hover {
	  color: #00b8c6;
	  text-decoration: underline;
}
h1 { font-size: 32px;
     font-weight: bold; 
  }
        iframe {
            border:none;
        }