a {
	color: #006b97;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #149ed7;
	text-decoration: underline;
}

p {
	text-indent: 1.5em;
}

ul {
	list-style-type: square;
}

