body{
  font-family:Helvetica,Arial,sans-serif;
  font-size:12pt;
  background-color:#ffffff;
  color:#000000;
  line-height: 1.5;
}

a:link{
  color:#003399;
  text-decoration:underline;
}

a:visited{
  color:#003366;
  text-decoration:underline;
}

h1{
  font-size:24pt;
}

h2{
  font-size:18pt;
}

h3{
  font-size:14pt;
}

h4{
  font-size:12pt;
}
div#head{
  text-align:center;
}


blockquote{
  background-color: #00eeff;
}

ul{
  list-style-image: url(item.gif);
}

table{
  border-spacing:0;
}
  

th{
  background-color: #99ccee;
  font-size: 12pt;
  font-style: italic;
  font-weight: normal;
  padding: 3;
}

td{
  background-color: #cceeff;
  font-size: 12pt;
  padding: 3;
}
