/* Stylesheet for AUW pages */

@import url(../font.css);

a:link {
  color: #069;
}

a:visited {
  color: #409;
}

a:hover {
  color: #ffa500   /* "orange" */
}

a:active {
  color: firebrick;
}

body {
  background-color: #fffaf0;
  margin: 30px;
}


