a:link, a:visited {
    font-family: Times New Roman,Times serif;
    font-size: 16px;
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
}
a:hover {
    font-family: Times New Roman,Times serif;
    font-size: 16px;
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f00;
}