/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #FFFFFF;
}

#vcard {
	border: 1px solid #999999;
	width: 320px;
	height: 180px;
	margin: 200px auto auto auto;
}

#name h1 {
	text-align: center;
	font-weight: bold; 
	font-size: 120%;	
	margin: 0;
	padding: 50px 0 20px 0;
}

#contact p {
	text-align: center;
	font-size: 80%;
	margin: 0;
	padding: 10px 0 30px 0;
}

a:link {
	color: #0000cc;
}
a:visited{
	color: #0000cc;
}
a:hover {
	color: #0000cc;
}
a:active {
	color: #0000cc;
}
