body {
  background:#4D5967 url(/images/elvenbg.png) fixed repeat top center;
  font-family: sans-serif;
  color:#ccc;
  cursor:default;
  }

a {
  color:#ccc;
  text-decoration:none;
  border: 2px solid #4D5967;
  padding:3px;
  }

a:hover {
  border: 2px groove #4D5967;
  }

