﻿a {
	color: Black;
}
a:hover {
	color: Gray;
}
a:visited {
	color: Black;
}

.imgLink {
	border-style: none;
	border-width: 0;
}