body {
 	background-color: #999f94;
 	color: #444;
	text-align: center;
	font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
	font-size : 68%;
	line-height:1.4;
}
div#wrapper {
 	background-color: #f7f7f7;
	margin: 200px auto 0 auto;
	padding: 20px;
	width: 400px; 
	border: 4px #888 solid;
	text-align: right;
 }



/*---------------------------------------*/

h1 {
	font-family: helvetica, arial, verdana, sans-serif; 
	font-weight: normal; 
	font-size: 44px;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px #ccc solid;
}

a,
a:link, 
a:active,
a:visited  {color: #999f94; }

a:hover { 
 	background-color: #f7f7f7;
 	color: #444;
 }

.summary {font-weight: bold;}

dd {margin: 0;}
.hidden {display: none;}


.vcard{ }

a.vcardlink {
	background-image: url("/inc/img/backgrounds/vcard.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 4px 30px 5px 2px;

}


