body {
  background: #fff;
  font-family:helvetica;
}

#home {
  width:600px;
  margin:0 auto;
  border: 2px solid green;
}

.underline {
  text-decoration:underline;
}

p {
  margin-bottom:40px;
}
img {
  height:100px;
  width:100px;
  float:left;
  margin:40px;
}
a {
  background-color: #BADA55;
}

p strong {
  font-size:100px;
}

.blink {
  text-decoration:blink;
}

#cloned {
  -moz-box-shadow: 5px 5px 2px green;
  -webkit-box-shadow: 5px 5px 2px green;
  box-shadow: 5px 5px 2px green;
  height: 50px;
}


