/*
 * Estilo para o Vim CookBook
 *
 * Copyright (C) César Grossmann - 2001
 *
 **/

#conteudo {
  background-color: white;
  font-family: "Times New Roman", TmsRmn, serif;
  font-size: 12pt;
}

#conteudo code {
  font-size: 12pt;
}

#conteudo tr {
  vertical-align: top;
  text-align: left;
}

#myContent {
  border-top-width: 2px;
  border-color: lightblue;
  font-family: "Times New Roman", TmsRmn, serif;
  font-size: 12pt;
  position: relative;
  width:100%;
}

#myLabel {
  background-color: lightblue;
  font-size: large;
  font-weight: bold;
  font-family: sans-serif;
  color: black;
  text-decoration: none;
}

#myLabel2 {
  background-color: lightblue;
  font-weight: bold;
  font-family: sans-serif;
  color: black;
  text-decoration: none;
}

