<style>
<!--
  TITLE {font-family : arial, helvetica, sans-serif}
  H1, H2, H3 {font-family : arial, helvetica, sans-serif}
  BODY {background-color: #ffffcc}
  P {font-family : arial, helvetica, sans-serif}
  TABLE {font-family : arial, helvetica, sans-serif}

/* Alert message box */
.alert {
  width: auto;
  height: auto;
  background-color: green;
  color: white;
  overflow: auto;
}

/* The close button */
.closebtn {
  margin-right: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color:black;
}
-->
</style>
