
body {
  background-color: rgb(248, 253, 180);
  }

      
p    { background-color: lightblue; }







table {
	top: 400px;
	border-color: lightblue;
	border-width: 10px;
	border-style: groove;
}




.box {
     float: left;
     width: 100px;
     height: 100px;
     margin-left: 10px;
     padding: 10px;
     background: #eee;
    
     
}

.box1 {
     float: left;
     width: 200px;
     height: 50px;
     margin-left: 10px;
     padding: 10px;
     background: #eee;
     
     
}

.box2 {
     float: left;
     width: 100px;
     height: 100px;
     margin-left: 10px;
     padding: 10px;
     background: #eee;
     align-self: center;
     
.box3 {
     float: left;
     width: 50px;
     height: 50px;
     margin-left: 3px;
     padding: 3px;
     background: #eee;
     align-self: center;   
}

div.static {
	
	margin-top: 200px;
}


#page {
background: #eee;
border: 1px solid #666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: white;
padding: 10px;
}

