
body 

a 
{color: gold; font-size:16px; text-decoration:none;}
a:link
{color: gold; font-size:16px; text-decoration:none;}
a:visited
{color: gold; font-size:16px; text-decoration:none;}
a:hover
{color: yellow; font-size:16px; text-decoration:underline;}
a:active 
{color: gold; font-size:16px; text-decoration:none;}
a.alternatelink
{color: darkorange; font-size:18px; text-decoration:none;}
a.alternatelink:hover
{color: yellowgreen; font-size:18px; text-decoration:underline;}

table.table1 {border: 3px solid;
  border-color: #303030;
  background-color: dimgrey;
  border-collapse: collapse;
  border-radius: 5px}
table.table1 tr {border: 2px solid;
  border-color: #303030;
  background-color: dimgrey;}
table.table1 td {border: 2px solid;
  border-color: #303030;
  background-color: dimgrey;}

table.table2 {border: 3px solid;
  border-color: #303030;
  background-color: dimgrey;
  border-collapse: collapse;}
table.table2 tr {border: 0px solid;
  border-color: #303030;
  background-color: dimgrey;}
table.table2 td {border: 0px solid;
  border-color: #303030;
  background-color: dimgrey;}

/*comments*/