@charset "UTF-8";

/* form */
table.profileTable tbody td.error {
    background-color: #ffcccc;
}

/* exchange complete */
.a-color:link {
  color: #0000EE;
  text-decoration: underline;
}
.a-color:visited {
  color: #551A8B;
  text-decoration: underline;
}
.a-color:active {
  color: #FF0000;
  text-decoration: underline;
}

