/* QUT template - branch stylesheet */
/* Should be used in conjunction with common and corpstyle stylesheets */
/* Copyright QUT 2007 */
/* Version 3.2 */

/* TOP NAVIGATION */
/* (Active button for current branch) */



.staff_button A{
  background-color: #fff;
  color: #666;
}


/* LINKS */

.portal_link a {
  color: #000;
  text-decoration: none;
}
.portal_link a:hover {
  color:steelblue;
  text-decoration: underline;
}


