body {
  background-image: url('images/sky_light.jpg');
  font-family: verdana, arial, 'sans serif';
  margin-left: 170px;
  margin-right: 50px;
}

h1, h2, h3, h4, h5, h6, hr {
  color: black
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
}

h5 {
  font-size: 100%;
  text-decoration: bold;
}

h6 {
  font-size: 100%;
  text-decoration: underline;
}

a:link {
  color: black;
}

a:visited {
  color: blue;
}

a:active {
  color: firebrick;
}

a:hover {
  color: firebrick;
}

a.content:link {
  color: navy;
}

a.content:visited {
  color: red;
}

a.content:active {
  color: seashell;
}

a.content:hover {
  color: papayawhip;
}

p {
  text-align: justify;
}

p.smallprint {
  font-size: 80%;
}

p.right {
  text-align: right;
}

p.validate {
  font-size: 50%;
  text-align: right;
}
