.subheading ul {
	list-style-type: circle;
	list-style-position: inside;  
	border: solid 1px gray; 
	background-color: white; 
	padding: 5px; 
}
.subheading span {
	color: #0354c2;	
	font-weight: bold; 
}
.subheading ul a {
	color: green; 
}
.subheading ul a:hover {
	color: navy;
}
