/* CSS Document */

a {
  color: #ff0000;
  text-decoration: none;
  font-size:14px;
font-weight:bold
}

a:hover {
  text-decoration: underline;
}

