BODY {
  background-image: url('../imagens/caturro_fundo_esq.png');
  background-attachment: fixed;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: white;
  margin-left: 15px;
  margin-right: 0px;
  margin-top: 100px;
  margin-bottom: 15px;
  font-family:Arial;
  font-size:8pt;
  scrollbar-face-color : darkkhaki; 
  scrollbar-3dlight-color: black; 
  scrollbar-darkshadow-color: black; 
  scrollbar-track-color: black; 
  scrollbar-arrow-color: black; 
  scrollbar-shadow-color: black; 
  scrollbar-highlight-color: black; 
  border: 0;
}

.titulo {
  font-family:Arial Black, Verdana;
  font-size:9pt;
  color: white;
  padding-left: 3px;
  border: none;
  background-color: firebrick;
}

A.menulink {
  display: block;
  text-align: left;
  text-decoration: none;
  font-family:Arial;
  font-size:8pt;
  background-color: darkorange;
  font-weight:bold;
  color: white;
  border: solid 1px firebrick;
  padding-left: 3px;
}

A.menulink:hover {
  color: black;
  font-weight:bold;
  border: solid 1px firebrick;
  background-color: yellow;
}
