/*
 * yn01.css
 *
 * Copyright (c) 2001 Iron Mtn Systems.  All Rights Reserved.
 */

a {
  text-decoration: none;
}

a.boxy {
  border: 1;
  border-color: transparent;
  border-style: inset;
  border-width: thin;
  line-height: 1.2;
}

a.boxy:hover {
  border: 1;
  border-color: #000;
  border-style: inset;
  border-width: thin;
  background: #eee;
}

a.darkboxy {
  border: 1;
  border-color: transparent;
  border-style: inset;
  border-width: thin;
  line-height: 1.2;
}

a.darkboxy:hover {
  border: 1;
  border-color: #000;
  border-style: inset;
  border-width: thin;
  background: #334;
}
