/* CSS Document */

.bottom a:link {
  text-decoration: none;
  color: #CCFF33;
  font-size: 10px; 
}

.bottom a:visited {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10px;
}

.bottom a:hover {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10px;
}

.bottom a:active {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10px;
}
