#itens{}

#itens ul{
  width: 100%;
  height: auto;
}
#itens ul li{
  width: 100%;
  height: auto;
  margin-left: 20px;
  list-style: disc;
  line-height: 28pt;
}
#itens ul li a{
  width: 100%;
  height: auto;
  color: #0d4798;
  font-size: 12pt;
}
#itens ul li a:hover{
  color: #0099dd;
}
