  body {
       font-family: Arial, verdana;
       font-size: 16px;
       }
      #content img {
        border: 1px solid black;
      }
      #content table {
        background-color: silver;
        border: 1px solid silver;
       padding: 1px;
      }
      #content td {
        background-color: white;
        text-align: center;
        padding: 5px;
       font-family: arial, verdana;
       font-size: 11px;
      }
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: white;
 color:            white;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: white;
 color:            white;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #FF0000;
  color:            black;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: white;
	color:            white;
  } 

