body {
	padding:	10px;
	font-family: 	Arial, Helvetica;
	background-color: #F3F3F3;
	color: #333;
	font-size: 18px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

a,a:link,a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a:hover,a:active {
	background-color: #0033FF;
	color: white;
} 
a img {border: 0px;}
div.card,
div.latestpost,
div.latestphotos {
	width: 538px;
	padding: 10px;
}
div.card {
	margin: 60px auto 0 auto;
	position: relative;
	background-color: white;
	border-bottom: 2px solid #E3E3E3;
	border-right: 2px solid #E3E3E3;
	height: 73px;
}

div.card .fn {color: 333; }
div.latestpost h2 { color: #333; }
div.latestpost {
	margin: auto;
	background-color: white;
	border-right: 2px solid #E3E3E3;
	border-bottom: 2px solid #E3E3E3;
	font-size: 13px;
	color: #666;
}
div.latestpost img {
	border: 1px solid #666;
}
div.latestphotos h2 { color: #333; }
div.latestphotos {
        margin: auto;
        background-color: #FFF;
        border-right: 2px solid #E3E3E3;
        border-bottom: 2px solid #E3E3E3;
        font-size: 13px;
        color: #666;
}

div.latestphotos ul { list-style-type: none; margin: 0; padding: 0;}
div.latestphotos ul li { display: inline; }
div.latestphotos img { border: 1px solid #666; margin: 2px; }

dl dd {
	margin-left: 58px;
	text-align: justify;
}
div.icon {
	margin: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
}
img.photo {
	margin-right:	10px;
}

div.icon a:hover {
	background-color: white;
}
