a:link {
  color: red;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: green;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: blue;
  text-decoration: none;
}

table.table1 {
  border:; 
  background-color: LightCyan;
}

table.table2 {
   border:;
   float:right; 
  }

table.table2 th {
    text-align="left"
   }

table.table2 td {
    text-align="left"
   }

hr {
   border: 1px solid black;
}
