/* CSS Document */

A:link {
	text-decoration: none;
	color: #000000;
}
A:active { text-decoration: none ; color:grey}
A:visited { text-decoration: none; color:grey}
A {
	color: #000000;
	font-size: small;
}
A {
	text-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.PhotoLinks {
	font-size: xx-small;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
