body {
background-color: #FFDBE7;
color: #E01F60;
font-family: Shruti, Arial, sans-serif;
}
h1 {
font-family: Georgia, Palatino, serif;
font-size: 30px;
text-align: center;
}
h2 {
color: #27A65F;
font-family: Georgia, Palatino, serif;
font-size: 26px;
text-align: center;
}
p {
line-height: 128%;
}
.left {
float: left;
margin-right: 100px;
margin-bottom: 100px;
}
#column {
background-color: #E0F7FA;
max-width: 800px;
margin: 0 auto;
padding: 15px;
border: 3px dotted blue;
}
#column::after {
  content: "";
  display: table;
  clear: both;
}
.center {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: auto;
}
img.float-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 315px;
  height: auto;
}
h3 {
color: #27A65F;
font-family: Georgia, Palatino, serif;
font-size: 26px;
text-align: center;
}
img.float-right {
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  width: 300px;
  height: auto;
}
h4 {
color: #27A65F;
font-family: Georgia, Palatino, serif;
font-size: 26px;
text-align: center;
}
h5 {
color: #27A65F;
font-family: Georgia, Palatino, serif;
font-size: 26px;
text-align: center;
}
h6 {
color: #27A65F;
font-family: Georgia, Palatino, serif;
font-size: 26px;
text-align: center;
}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
  margin-bottom: 20px;
  width: 650px;
  height: auto;
}
h7 {
color: #0067B5;
font-family: Georgia, Palatino, serif;
font-size: 24px;
text-align: center;
}
h8 {
color: #0067B5;
font-family: Georgia, Palatino, serif;
font-size: 24px;
text-align: center;
}
a:link {
color: #352C99;
}
a:visited {
color: #352C99;
}
a:hover {
text-decoration: none;
color: #07784A;
}