li {
	list-style-type: square;
	font-weight: normal;

}
.whitetext {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	text-transform: none;
}
a.greenlink {
	color: #006600;
	text-decoration: underline;
	cursor: help;
	padding-left: 25px;


}

