h1 {
  font-family: arial;
  color: red;
  font-size: 12pt
}

p {
  font-family: arial;
  color: black;
  font-size: 10pt
}

.p_small {
  font-family: arial;
  color: black;
  font-size: 8pt
}

.mnuitem {
  font-family: verdana;
  color: #3468A6;
  font-size: 12pt;
  font-weight: bold;
  TEXT-DECORATION: none
}

.mnuitem:hover {
  font-family: verdana;
  color: #3468A6;
  font-size: 12pt;
  TEXT-DECORATION: underline
}

.lnk_doc {
  font-family: verdana;
  color: #000080;
  font-size: 10pt;
  font-weight: normal;
  TEXT-DECORATION: none
}

.lnk_doc:hover {
  font-family: verdana;
  color: #000080;
  font-size: 10pt;
  font-weight: bold;
  TEXT-DECORATION: underline
}

/* Testando uma classe */
#pagetop {
  position: relative;
  width: 700px;
  font-family: arial;
  border: 1px outset;
  background-color: "#0066CC";
}

#pagebotton {
  position: relative;
  width: 750px;
  height: 25px;
  background-color: #FFFF00;
  border-style: outset;
  border-width: 1px;
  padding: 5px
}

#artigos {
  position: relative;
  font-family: verdana;
  font-color: "#FFFFFF";
  font-size: 11;
  font-weight: bold;
  width: 750px;
  height: 25px;
  border: 1px inset;
  background-color: "#cc0000";
  padding: 5px;
  z-index: 2;
}

#header {
  position: relative;
  width: 750px;
  height: 30px;
  border: 1px outset;
  background-color: "#cc0000";
  padding: 5px;
  z-index: 2;
}

#menu5 {
  position: absolute;
  width: 100px;
  top: 70px;
  left: 550px;
  border: 1px outset;
  background-color: "#0066CC";
  padding: 5px;
  z-index: 2;
}