/* CSS Document */

#header a.textLink {
  padding: 0 10px 0 10px;
  font-size: 12px;
  line-height: 1em;
  color: #FF268D;
  font-weight: bold;}

#header a:link.textLink,
#header a:visited.textLink {
  color: #FF268D;
  font-weight: bold;
  text-decoration: underline;
}

#header a:hover.textLink,
#header a:active.textLink {
  color: #FF268D;
  font-weight: bold;
  text-decoration: none;
}


