body{
  background:lightgreen;
}
p{
  color:cornflowerblue;
  font-size:3px;
}
h1{
  text-align: center;
}
h3{
  text-align: center;
  color:dodgerblue;
}
img{
  width:150px;
  height:200px;
  border-style:groove;
  border-color:aquamarine;
  float:left;
}

.ts18{
  color:darkseagreen;
}