#bottom_bar a:link {
  color:#FF9147;
  text-decoration:none;
}

#bottom_bar a:visited {
  color:#FF9147;
  text-decoration:none;
}

#bottom_bar a:active {
  color:#FF9147;
  text-decoration:none;
}

#bottom_bar a:hover {
  color:#ffffff;
  text-decoration:none;
  background-color:#FF9147;
}

#content a:link {
  color:#FF9147;
  text-decoration:none;
}

#content a:visited {
  color:#FF9147;
  text-decoration:none;
}

#content a:active {
  color:#FF9147;
  text-decoration:none;
}

#content a:hover {
  color:#ffffff;
  text-decoration:none;
  background-color:#FF9147;
}