A {
  COLOR: #FF8080;
  text-decoration: none;
}
A:active {
  COLOR: red; text-decoration: underline;
}
A:visited {
  text-decoratioin: none;
}
A:hover {
  text-decoration: underline;
}
strong {
  font-family: trebuchet MS; font-size: 10pt; color: #FF8080
}
h3 {
  font-family: trebuchet MS; font-size: 12pt; color: #FF8080
}
