BODY, P, TD, TH, DIV, BLOCKNOTE, DL, UL, OL  { 
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #222222;
  border-width: 0px;
/*  font-size: 1vw;    */
/*  font-size: 14px;   */
}
a:hover {
  text-decoration: none;
  color: red;
  background-color:#DDDDDD;
}
a:link {  
  text-decoration: none;
  color: #111111;
}
a:active { 
  text-decoration: none;
  color: blue;
}
a:visited { 
  text-decoration: none; 
  color: #333333;
}
