div.testo {
  color            : #333333;
  font-weight      : normal;
  font-family      :Arial, Helvetica, sans-serif;
  font-size        :12px;
}
p.testo {
  color            : #333333;
  font-weight      : normal;
  font-family      :Arial, Helvetica, sans-serif;
  font-size        :12px;
}
a.mainlevel:link, a.mainlevel:visited {
  font-family      :Arial;
  display          : block;
  font-size        : 11px;
  border-top       : 1px solid #F7E9DB;
  border-bottom    : 1px solid #CF5800;
  background-color : #FFAC35;
  font-weight      : bold;
  padding          : 2px 0px 2px 0px;
  color            : #333333;
  
  text-indent      : 10px;
}
a.mainlevel:hover {
  font-family      :Arial;
  background-color : #DB7272;
  font-size        : 11px;
  font-weight      : bold;
  text-decoration  : none;
  text-indent      : 10px;
}
a.seclevel:link, a.seclevel:visited {
  font-family      : Arial;
  display          : block;
  font-size        : 10px;
  border-top       : 1px solid #F7E9DB;
  border-bottom    : 1px solid #CF5800;
  background-color : #FFAC35;
  font-weight      : normal;
  padding          : 2px 0px 2px 0px;
  color            : #333333;
  
  text-indent      : 20px;
}
a.seclevel:hover {
  font-family      :Arial;
  background-color : #DB7272;
  font-size        : 10px;
  font-weight      : normal;
  text-decoration  : none;
  text-indent      : 20px;
}
#active_menu {
  color            : #333333;
  background-color : #DB7272;
  font-weight      : bold;
}
a#active_menu:hover {
  color            : #333333;
}
a:link, a:visited {
  font-size        : 11px;
  color            : #CC1300;
  text-decoration  : none;
  font-weight      : bold;
}
a:hover {
  font-size        : 11px;
  color            : #710202;
  text-decoration  : none;
  font-weight      : bold;
}
