﻿a {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
