.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #5A2B22;
	text-decoration: none;
	border: none;

}
a:link {
	font-family: "Times New Roman", Times, serif;
	color: #5A2B22;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #5A2B22;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #65A2B22;
	text-decoration: underline;
}

