
a {
	text-decoration:none;
	color: #339933;
	}
a:hover {
	text-decoration: underline;
	color: #CC6600
	}
#checkList {
	margin: 20px;
}
#checkList li {
	list-style-type: none; 
	list-style-image:url(checkbox.gif);
	line-height:130%;
	padding-bottom: 15px;
	}
.small {
	font-size: 11px;
	}
