/* CSS Document */

#vert {
  width: 0%;
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 0.0em 0.0em 0.0em 0.0em;
}

a.vert {
  border-left: #f2c979 1px solid;
  border-bottom: #f2c979 1px solid;
  border-right: #f2c979 1px solid;
  border-top: #f2c979 1px solid;
  color : #ffffff;
  background: #f2c979;
  display: block;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

a.vert:visited {
  border-left: #f2c979 1px solid;
  border-bottom: #f2c979 1px solid;
  border-right: #f2c979 1px solid;
  border-top: #f2c979 1px solid;
  color : #ffffff;
  background: #f2c979;
}

a.vert:hover {
  border-left: #6b4403 1px solid;
  border-bottom: #6b4403 1px solid;
  border-right: #6b4403 1px solid;
  border-top: #6b4403 1px solid;
  color : #000000;
  background: #fce8c2;
}