<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


td{
  font-size : 90%;
  line-height : 150%;
  
  
  
}

body{
  background-color : rgb(250, 250, 190);
}



a:link{
  color : rgb(0, 85, 0);
  text-decoration : none;
}

a:visited{
  color : rgb(0, 113, 56);
  text-decoration : none;
}

a:hover{
  color : white;
  background-color : rgb(128, 0, 128);
}


</pre></body></html>