.red {
	color: #790700;
	text-decoration: underline;
	}

.red:hover {
	text-decoration: none;
	}

.blue {
	color: #0000FF;
	text-decoration: underline;
	}

.blue:hover {
	text-decoration: none;
	}

.green {
	color: #247f22;
	text-decoration: underline;
	}

.green:hover {
	text-decoration: none;
	}