.menu {
  font-family: Arial,Verdana;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}
.menu:hover {
  text-decoration: underline;
}

.menu:visited {
  color: #5555B4;
}


.menu_selected {
  font-family: Arial,Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #5555B4;
  text-decoration: none;
}

.titolo_sezione {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.titolo_sottosezione {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.titolo_sottosezione:hover {
  text-decoration: underline;
}

.titolo_sottosezione_selected {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #5555B4;
  text-decoration: none;
}

.plugin {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

.iter_text {
  font-family: Arial,Verdana;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

.iter_title {
  font-family: Arial,Verdana;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.menu_sole24 {
  font-family: Arial,Verdana;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration: underline;
}
.menu_sole24:hover {
  text-decoration: underline;
}

.menu_sole24:visited {
  color: #000000;
  text-decoration: underline;
}
.redText {
  font-family: Verdana;
  color: #9F000F;
  font-size: 9px;  
  font-weight: normal;
  text-decoration: none;
}


