body {
    background-color : #66ccff;
  }


h1 {
    color : #6633ff;
  }


h2 {
    color : #9933ff;
  }


p {
    margin-left : 3em;
  }




div#container {
    background-color : white;
    border-bottom-style : double;
    border-left-style : double;
    border-right-style : double;
    border-spacing : 5px 5px;
    border-top-style : double;
    margin-left : auto;
    margin-right : auto;
    min-height : 700px;
    padding-bottom : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    width : 700px;
  }


