H1 {
  color: red;
  text-align: center;
}

H2 {
  color: blue;
  text-align: left;
}

H3 {
  text-align: left;
}

P {
  color: black;
  text-align: justify;
  font-family: Palatino, Georgia, "Times New Roman", serif;
}

A:link {
  color: red;
  text-decoration: none;
}

OL {
  text-align: left;
}

.small li {
  font-size: .8em;
}

BLOCKQUOTE {
  text-align: left;
}
/* Container - needed only for  border */

#container {
  width: 1000px;
  margin: 20px auto 20px auto;
}
/* The main column and descendants */

#home {
  float: left;
  width: 180px;
  height: 600px;
  text-align: justify;
  padding: 2% 2% 2% 2%;
  overflow: auto;
}

#blog {
  float: right;
  width: 180px;
  height: 600px;
  text-align: justify;
  padding: 2% 2% 2% 2%;
  overflow: auto;
}

#content {
  width: 530px;
  height: 600px;
  text-align: justify;
  padding: 2% 2% 2% 2%;
  overflow: auto;
}