DIV,BODY,TD,TH,TR,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5,FONT {
  font-family: arial,helvetica,sans-serif;
  color :  black;
  background :  white;
}

H1 {
  font-size: xx-large;
  text-align: right;
  color: black;
  border: grey 2px solid;
  border-left: 1px none;
  border-right: 1px none;
  border-bottom: 1px none;
}

H2 {
  font-size: large;
  text-align: left;
  color: rgb(102,102,102);
  background-image: url(buttons/underline.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

H3 {
  font-size: normal;
  font-style: bold;
}

BODY {
  width: 80%;
  margin: 10%;
  font-size: small;
/*  text-align : justify; */
  margin-top: 0px; top: 0px;
}

td {
  font-size: small;
  text-align : justify;
}

copyright {
  font-size: small;
  text-align: center;
  display: block;
  font-style: italic;
}

.tht {
  font-size: small;
  font-style: bold;
  text-align : center;
  color: white;
  background: rgb(0, 0, 102);
}

.thl {
  font-size: small;
  text-align : left;
}

.tdc {
  font-size: small;
  text-align : center;
}

A:link, A:visited {
  color: rgb(51,51,255);
}
