body {
  margin: 7px;
}

body, table, tr, th, a, td {
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 11px;
  color: #AD0067;
  text-decoration: none;
}

a img {
  border-width: 0px;
}

.td {
  background-repeat: repeat-x;
  background-image: url(images/icons/grad.gif);
  background-color: #FFEEF9;
}

.td_1 {
  background-repeat: repeat-x;
  background-color: #FFEEF9;
}

.link {
  cursor: pointer;
}
.link2 {
  cursor: pointer; 
  font-weight: bold;
  color: #EC008D;
}

a:link, a:active, a:visited {
  font-weight: bold;
  color: #EC008D;
}

a:hover {
  font-weight: bold;
  color: #AD0067;
}

.tip {
  border: 1px solid #AD0067;
  background-color: #FFBCED;
}