A:link {
  text-decoration: none;
  color: blue;
} 

A:visited {
  text-decoration: none;
  color: purple;
} 

A:hover {
  text-decoration: none;
  color: red;
}

P {
  font-family: Garamond, serif;
} --> 

TABLE {
  font-size: x-small;
}
.style1 {font-size: small}
