.vcard {
}	

.vcard a {
	color: #f00;
	text-decoration: underline;
}

.vcard a:hover {
	color: #09f;
	text-decoration: none;
}

.vcard .fn {
	display: block;
	font-weight: bold;
} 

.vcard h2 {
text-align: center;
font-size: 16px;
line-height: 20px;
color: #f00;}