/* makes the flickr link look sorta like the flickr logo */
span.flickr {
	background-color: white;
	color: #FF0084;
	text-decoration: none; /* sort of a misnomer, don't you think? */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
} span.flickr span {
	color: #0063DC;
}
