a:link { color: DARKBLUE; }
a:visited { color: DARKBLUE; }
a:hover { color: DARKBLUE; }
a:active { color: DARKBLUE; }

ul li        {
	display: absolute;
	background-repeat: no-repeat;
	background-attachment: scroll; 
	list-style-image: url('images/bullet.jpg');
	margin: 8px; 
	padding-left: 8px;
	background-position: 0px 8px
}
input {
  font-family: Arial
  font-size: 10px;
  background: WHITE;
}
textarea.whitearea {
  font-family: Arial;
  font-size: 10pt;
  background: WHITE;
}
