a:link {color: blue; text-decoration: none ;}
a:visited {color: blue; text-decoration: none ;}
a:hover {color: red; text-decoration: underline; font-weight: bold; }

table {
  line-height: 1.2;
}

p {
  line-height: 1.3;
}


