
body {
  font-family: Verdana;
  font-size: 80%;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  background-color: #FFFFFF;
}

h1, h2, h3 {
  font-family: century;
}

div {
  padding-top: 10pt;
  padding-left: 10pt;
  padding-right: 10pt;
  padding-bottom: 10pt;
}

#cabecalho {
  color: white;
  height: 15pt;
  background-color: black;
  border-bottom: 10px yellow solid;
}

#cabecalho h1 {
  color: yellow;
}

#cabecalho h2 {
  font-size: 120%;
  font-family: Verdana;
  position: relative;
  top: -20;
  padding-left: 140pt;
}

#menu {
  float: left;
  width: 20%;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  padding-top: 0pt;
  padding-left: 0pt;
  padding-right: 0pt;
  padding-bottom: 0pt;
}

#menu h2 {
  font-size: 160%;
  text-align: center;
  padding-bottom: 10pt;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  border-bottom: 1px red solid;
}

#menu a {
  color: red;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  padding-top: 2pt;
  padding-left: 2pt;
  padding-right: 2pt;
  padding-bottom: 2pt;
  border-bottom: 1px red solid;
}

#menu hr {
  color: yellow;
}

#menu a:hover {
  color: yellow;
  background-color: black;
}

#conteudo {
  width: 80%;
  height: 80pt;
  position: absolute;
  right: 0;
  padding-top: 0pt;
  padding-left: 0pt;
  padding-right: 0pt;
  padding-bottom: 0pt;
  background-color: white;
}

#conteudo div {
  background-color: white;
  border-top: 20px white solid;
  border-right: 20px white solid;
  border-bottom: 20px white solid;
  border-left: 50px white solid;
}

#conteudo h2 {
  left: -30;
  position: relative;
  border-top: 1px black dashed;
  margin-top: 20pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  border-bottom: 1px black dashed;
}

#conteudo hr {
  color: white;
}

#conteudo a {
  color: red;
  text-decoration: none;
  border-top: 1px white dotted;
  border-right: 1px white dotted;
  border-bottom: 1px red dotted;
  border-left: 1px white dotted;
}

#conteudo a:hover {
  color: yellow;
  text-decoration: none;
  background-color: black;
  border-top: 1px red dotted;
  border-right: 1px red dotted;
  border-bottom: 1px red dotted;
  border-left: 1px red dotted;
}

#autor {
  position: absolute;
  top: 80%;
  left: 0;
  width: 20%;
  text-align: center;
}

