BODY {
  SCROLLBAR-BASE-COLOR: #2F476B;
  SCROLLBAR-ARROW-COLOR: #3F6095;
}

a:link {
  text-decoration: none;
  font-weight: bold;
  color: #5A7BBD;
}
a:active {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color:  #273B60;
}
a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #91AAD2;
}
a.outside:link {
  text-decoration: none;
  font-weight: bold;
  color: #85B1B0;
}
a.outside:visited {
  text-decoration: none;
  font-weight: bold;
  color: #CCCCCC;
}
a.outside:active {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
a.outside:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #B7D5D5;
}
a.sidebar:link {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}

a.sidebar:active {
  text-decoration: none;
  font-weight: bold;
  color: #C0C0C0;
}

a.sidebar:visited {
  text-decoration: none;
  font-weight: bold;
  color: #DDDDDD;
}

a.sidebar:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #B7D5D5;
}
