/*********************** 
** Redefined HTML Tags **
 ***********************/

html, body {
  background-color: #fff;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
}

body {
  margin: 5px;
}

a, a:active, a:visited {
  color: #306;
  text-decoration: none;
}

a:hover {
  color: #f00;
  text-decoration: none;
}

h1, h2 {
  color: #99f;
  font-weight: bold;
  margin-bottom: -10px;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 13px;
}

th {
  color: #306;
}

/******* 
** IDs **
 *******/

#copyright {
  float: left;
  color: #999;
  font-size: 8pt;
}

#date {
  color: #306;
  font-size: 11px;
  font-weight:bold;
  margin-bottom: 10px;
}

#updated {
  float: right;
  color: #999;
  font-size: 8pt;
}
