body {
  /* background-color:#000000;
  color:#EFEFE9; */
	color:#000000;
 	/*background-color:PapayaWhip;*/
	background-color:#FFFFFF;
	/* font-family:Bookman,Times,serif; */
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
  width:800px;
  margin:0px 20px 0px
}

h1 {
  font-size:14pt;
  font-weight:normal;
}

h2 {
  font-size:14pt;
  font-weight:bold;
}

h3 {
  font-size:14pt;
  font-weight:normal;
}

.headline {
  font-size:100pt;
  font-weight:bold;
}

img {
  border:0;
}

table { 
  /* font-family:Bookman,Times,serif; */
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11pt;
}

ul {
  list-style-type:bullet;
  margin-left:10px;
  text-indent:0px;
}

li {
   margin-bottom:4px;
}

a:link {
  color:#006633;
  text-decoration:none;
}

a:visited { 
  color:#006633;
  text-decoration:none;
}

a:hover {
  color:#006633;
  text-decoration:underline;
}

a:active {
  color:#006633;
  text-decoration:underline;
}

hr {
  color:#AFAFAF;
  width:100%;
  border:1px solid #AFAFAF;
}

/* */