table, td, th, td{
  border: 1px solid black;
  border-collapse:collapse;
  text-align:center;
}
.center{
  margin-left:auto;
  margin-right:auto;
}
img {
  float: left;
  margin:5px;
}
.border{
  border-color: saddlebrown;
  border-width: 2px;
  border-style:solid;
  border-radius:30px;
  float:right;
}
p{
  text-align: left;
  color:darkslateblue;
  font-family:serif;
}
h5{
  font-style:italic;
  font-family:fantasy;
  color:darkslategray;
  font-size:10px;
}
.right{
  float: right;
  margin:5px;
}
.caption{
  text-align:right;
}
body{
  background-color:floralwhite;
}
h2{
  color:firebrick;
  font-size:30px;
  font-family:monospace
}
h4{
  font-size:18px;
  font-family:sans-serif;
  color:black;
}
h1{
  font-size:32px;
  font-family:inherit;
  color:brown;
}
h3{
  font-family:monospace;
  font-size:19px;
}