a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

.indent {
	margin-left: 20px;
}

