.vcard {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #339;
	text-align: center;
	width: 530px;
	border: 2px solid #f90 !important;
	padding: 4px 4px 4px 4px !important;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 4px auto;}	

.vcard a {
	color: #f90;
	text-decoration: none;
}

.vcard a:hover {
	color: #3333CC;
	text-decoration: underline;
}

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

.vcard h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 18px;
color: #f90;}