/* div */

div
  {
  margin:           10px;
  padding-top:      10px;
  padding-left:     20px;
  padding-bottom:   10px;
  color:            black;
  height:           60px;
  width:            180px;
  }

div#outer-div
  {
  position:         absolute;
  background-color: green;
  width:            480px;
  height:           180px;
  }

div#image-div
  {
  position:         absolute;
  background-color: blue;
  border:           3px solid navy;
  width:            180px;
  height:           170px;
  margin-left:      510px;
  padding-top:      15px;
  }

div#link-div
  {
  background-color: #ccffcc;
  border:           3px solid red;
  height:           30px;
  width:            110px;
  }

div#no-link-div
  {
  background-color: #ffcccc;
  border:           3px solid navy;
  height:           30px;
  width:            110px;
  }

div#mouse-div
  {
  background-color: #ccffcc;
  border:           3px solid red;
  clear:            left;
  float:            left;
  margin-left:      0px;
  }

div#button-div
  {
  background-color: #ccffcc;
  border:           3px solid red;
  margin-top:       12px;
  position:         absolute;
  margin-left:      250px;
  }

div#functions
  {
  background-color: #ddff99;
  margin-top:       240px;
  position:         absolute;
  width:            100%;
  height:           1380px;
  }



/* input */

input#result
  {
  background-color: blue;
  border:           3px double red;
  color:            black;
  font-size:        large;
  padding:          10px;
  text-align:       center;
  }

input#change-input, input#select-input
  {
  width:            200px;
  }

/* button */
button
  {
  height:           30px;
  width:            100px;
  }