@import 'blueprint/screen.css';
@import 'blueprint/ie.css';

a {
  color: #89B217;
  text-decoration: none;
}

a:hover {
  color: #666666;
  text-decoration: underline;
}

.a-top-menu {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
}

.a-top-menu:hover {
  color: #89B217;
  font-weight: bold;
  text-decoration: none;
}

.abuttom {
  text-decoration: none;
  color: white;
  font-weight: normal;
}

.abuttom:hover {
  color: white;
  font-weight: bold;
}

.image-border {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

.image-logo {
  margin-top:5px;
  margin-bottom:20px;
  position: relative;
}