
body {
  background-color: #95a7ab;
  background-image: url(../images/bg.jpg);
}

A:link {
  color: black;
  text-decoration: underline;
}

A:visited {
  color: black;
  text-decoration: underline;
}

A:hover {
  color: black;
  background-color: orange;
  text-decoration: underline;
}

A:active {
  color: black;
  background-color: #E6E6E6;
  text-decoration: underline;
}

H3 {
  font-family: Georgia, Garamond, Sabon;
  font-size: 18px;
  line-height: 22px;
  color: #cc6600;
  margin-left: 10pt;
  margin-right: 10pt;
}

H4 {
  font-family: Georgia, Garamond;
  font-size: 14px;
  line-height: 18px;
}

P, ul, li, td {
  font-family: Georgia, Verdana, Garamond;
  font-size: 14px;
  margin-left: 10pt;
  margin-right: 10pt;
  line-height: 16pt;
}

.small {
  font-family: Verdana, arial;
  color: white;
  font-size: 10px;
  font-weight=normal; line-height: 14px;
}

.branco {
  color: white;
}
