lastupdate {
  font-family: Arial, Helvetica, sans-serif;
}
  H1 {
  color: red; font-size: xx-large;
  text-align: center; font-family:
  Times, "Times New Roman", Century, serif; font-weight: bold;
  } 
  H2 {
  color: black; background-color: aqua; font-size: large;
  text-align: center; font-family:
  Times, "Times New Roman", Century, serif; 
  }
  H3 {
  font-family: Verdana, Arial, Chicago, Helvetica, sans-serif;
  border-style: solid none; border-color: #36C; border-width: thin;
  }
  STRONG { 
  background: #FFFFCC; 
  }
  P {
    margin-left: 2em;
  }
/* 
A:link { color: #00C; text-decoration: none; }
A:visited { color: #006; text-decoration: none; }
A:focus { color: #C60; text-decoration: none; }
A:hover { color: #C60; text-decoration: underline; }
A:active { color: #C00; text-decoration: underline; }
*/

/*
A:hover, A:focus {
background-color: black; color: white; text-decoration: none;
}
A:active { background-color: red; color: white; text-decoration: none; }
*/

A:link { text-decoration: none; }
A:visited { text-decoration: none; }
A:focus { text-decoration: none; }
A:hover { text-decoration: underline; }
A:active { text-decoration: underline; }

