/*
  styles.css
   
  for the stain_guide_menu\
*/

#stain_guide_menu {
  border: 1px solid black;
  width: 150px;
  margin-top: 5px;
}

#stain_guide_menu a {
  text-decoration: none;
}

#stain_guide_menu a:hover {
  text-decoration: underline;
}

#stain_guide_menu .sgm_selected {
  color: #c00;
}

