body {
  font-family: "Times New Roman", Times, serif;          
  font-size: 16px;
  font-style: normal; 
  text-decoration: none;
  text-size-adjust:none;
  word-wrap: break-word;
  box-sizing: border-box;
  line-height: 25px;
}
a:link, a:visited {
  color:inherit;
  text-decoration: none;
}
a:hover {
  color:red;
  text-decoration: none;
} 