a.itemmenu { 
 float: right; 
 text-decoration: none;
 font: 1.0em Arial, Sans-Serif;
 color: #555555;
  }

a.itemmenu:hover {
 color: #ff0000; 
}

a.itemmenu:visited {
 color: #818181; 
} 
a.subitemmenu {
 float: right; 
 text-decoration: none;
 font: 0.85em Arial, Sans-Serif;
 color: #555555;
}
a.subitemmenu:hover {
 color: #ff0000; 
}

a.subitemmenu:visited {
 color: #818181; 
} 
tr.a1 {
  background-color: #e0e0e0;
    background: linear-gradient(70deg, #F5DA81 12%, #FFFFFF 50%);
}
tr.a2 {
  background-color: #eef;
    background: linear-gradient(70deg, #F5DA81 12%, #FFFFFF 50%);  
}