a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;

}
a:hover {
	text-decoration: underline;
	color: #000000;

}
a:link {
	color: #4E4E4E;
	font-weight: bold;

}
a:visited {
	color: #000000;
	font-weight: bold;


}
