body, td, th, div, p, h1, h2, h3, h4, h5, input, select, textarea {
  font-family : Arial, Helvetica, sans-serif;
}

body {
  color: #000;
  background-color: #eee;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body, td, th, div {
  font-size : 10pt;
}

p {
  font-size : 10pt;
  text-align: justify;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  margin : 0 0;
}

h1 {
  font-size : 16pt;
}

h2 {
  font-size : 14pt;
}

h3 {
  font-size : 12pt;
}

h4 {
  font-size : 11pt;
}

h5 {
  font-size: 9pt;
}

a:link, a:visited {
  text-decoration : none;
}

@media screen {
  a:hover, a:active {
    color : #f00;
    text-decoration : underline;
  }
}

pre {
/*  font-family : "Courier New", Courier, monospace; */
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-weight: bold;
  color: #000;
}

input, select, textarea {
  color: #000;
  font-size: 8pt;
  background-color: #fff;
}

.small {
  font-size: xx-small;
}

.hi {
  color : #ff0;
  font-weight: bold;
  background-color : #f00;
}

.copyright {
  font-size: 8pt;
}

.send {
  color: #fff;
  font-size: 8pt;
  background-color: #666;
  border : thin solid #000;
  font-weight: bold;
  cursor: hand;
}

.hand {
  cursor: hand;
}

@media print {
  .web {
    display: none;
  }

  .print {
    width : 640px;
    padding : 0 0 0 0;
    margin : 0 0 0 0;
  }
}