
#yel {   /* */
background-color: #FFFF00;
  background: #FFFF00;   /*199494 is dark teale*/
/*
  border: 1px solid #A20C80;   /*A20C80 is purple
  */
padding: 2px;
}

#yel a {
background-color: #FFFF00;
  background: #FFFF00;   /*199494 is dark teale*/
  text-align: left;
  text-decoration: underline;
  padding: 1px;
}

#yel a:hover {
  background: #FFFF00;  /*1DC7C7 is light teale*/
/*
  text-decoration: underline;
*/}

