A:link {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
        color: #7a7a7a;
}

A:active {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
        color: #000000;
}

A:visited {
        font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
        color: #7a7a7a;
}

A:hover {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
        color: #929292;
}
