	  .myDiv {
	  border: 5px outset darkblue;
	  background-color: lightblue;    
	  text-align: center;
		}
		
	.column {
	  float: right;
	  padding: 15px;
	}
	
	.clearfix::after {
	  content: "";
	  clear: both;
	  display: table;
	}
	
	.menu {
	  width: 20%;
	}
	
	.content {
	  width: 80%;
	}
			
	  	.button {
		  background-color: #04AA6D;
		  border: none;
		  color: white;
		  padding: 15px 32px;
		  text-align: center;
		  text-decoration: none;
		  display: inline-block;
		  font-size: 16px;
		  margin: 4px 2px;
		  cursor: pointer;
		}
	    body {
	      font-size: 14px;
	      font-family: Helvetica, sans-serif;
	      font-weight: 400;
	      line-height: 1;
	      color: #222;
	      text-rendering: optimizeLegibility;
	      -webkit-font-smoothing: antialiased;
	    }
	    body {
	      margin: 0 20px 20px;
	    }
		}
