body {
background-color: #FFFFFF;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 1em;
color: #000000;
}

h1 {
  text-align: center;
}

.strikethru {
  text-decoration: line-through;
}

a:link
{color: #00f; background: transparent;
 text-decoration: underline}

a:visited
{color: #808; background: transparent;
 text-decoration: underline}

a:active
{color: #f00; background: transparent;
 text-decoration: underline}

a:hover
{color: #f00; background: #ffffe0;
 text-decoration: overline underline}

#validator {
  text-align: center;
  font-size: 7pt;
}

#SIdogma {
  font-size: 7pt;
  margin: 10px;
  text-align: center;
}

#copyright {
  font-size: 9pt;
  text-align: center;
}

#centre_exclaim {
  text-align: center;
  font-weight: bold;
}

img {
  vertical-align: top;
}

#footer {
  font-size: 9pt;
  text-align: center;
}

.small {
  font-size: 9pt;
}

.bold {
  font-weight: bold;
}

#tablediv {
  text-align: center;
}

table {
  margin: auto;
  border-width: 1px;
  border-style: outset;
}

th, td {
  font-size: 9pt;
  padding: 5px;
  border-width: 1px;
  border-style: inset;
  text-align: center;
}





