body {
  font-family:"Times New Roman";
  font-size: medium;
  line-height: 1.6em;
  text-align: center;
}

h1, h2 {
  color: DarkMagenta;
}

h1 {
    font-size: 200%;
    border-color: DarkMagenta;
    border-width: 3px;
    border-style: outset;
    background-color: hotpink;
    padding: 25px;
    padding-left: 80px;
    margin:30px;
    margin-left: 500px;
    margin-right: 500px;
    background-image: url("butterfly.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

h2 {
    font-size: 130%
}

.intro {
  border-color: white;
  border-width: 1px;
  border-style: dashed;
  background-color: Hotpink;
  padding: 25px;
  padding-left: 100px;
  margin: 30px;
  margin-top:100px;
  margin-right: 250px;
  margin-left: 250px;
  background-image: url("heartpirates.gif");
  background-repeat:no-repeat;
  background-position: top left;
}

.sidebar_right {
  border-color: lightpink;
  border-width: 1px;
  border-style: dashed;
  background-color: lavenderblush;
  width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(sparkles4.gif);
  background-repeat: repeat-x;
  float: left;
}

.sidebar_left {
  border-color: lightpink;
  border-width: 1px;
  border-style: dashed;
  background-color: lavenderblush;
  width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(sparkles4.gif);
  background-repeat: repeat-x;
  float: right;
}

.diary {
  
}