
.Content_Container b {
	color: green;
}

h2 {
	
}

.Content_Container {
	font-size: 12px;
}

.Content_Container a {
	text-decoration: none;
	color: navy;
	border-bottom: 1px dashed green;
}

.Content_Container a:hover {
	text-decoration: underline;
	border-bottom: none;
	color: gray;
}