h1 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #000099;
}

h1.admin {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #000099;
}

h1.admin:hover {
  color: #FF0000;
}

body {
  color: #000099;
/*  font-family: "Times New Roman", Times, serif;*/
  font-family: Verdana, Arial, sans-serif;
}

a.chng:link, a.chng:visited, a.chng:active {
  font-style: italic;
  text-decoration: underline;
  color: #000099;
  font-size: smaller;
}
a.chng:hover {
  text-decoration: none;
  color: #FF0000;
}

table {
  cell-spacing: 10;
}

table.footer {
    font-size: smaller;
    font-style: italic;
}
td {
  border-color: #000000;
}

table.admin, input.admin, textarea.admin, select.admin {
  background: #CCFFFF;
}
table.admin {
  rules: rows;
}

a.admin:link, a.admin:visited, a.admin:active {
  text-decoration: underline;
  color: #000099;
  background: #CCFFFF;
}

a.admin:hover {
  text-decoration: none;
  color: #0000CC;
  background: #FFEE66;
}

a:link, a:visited, a:active {
  text-decoration: underline;
  color: #000099;
  background: #FFFFFF;
}
a:hover {
  text-decoration: none;
  color: #0000CC;
  background: #FFFFFF;
}

.mail {
  font-size: small;
  font-family: Verdana, Arial, sans-serif;
}

.headers {
  font-size: smaller;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
}

.mono {
  font-size: small;
  color: #000099;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.commento {
  color: #0000FF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}