body {
	color: #333;
	font-family: helvetica, verdana, sans-serif;
}

img.photo {
	height: 54px;
	margin: 0;
	float: right;
}

span.fn {
	display: block;
}

h1, h2, h3, h4 {
	color: #062;
}

a:link {
	color: #c00;
	text-decoration: underline;
}

a:visited {
	color: #900;
	text-decoration: underline;
}

a:hover {
	background-color: #fc6;
	color: #000;
	text-decoration: none;
}

a:active {
	color: #c00;
	text-decoration: none;
}

h1 {
	width: 270px;
	height: 54px;
	position: relative;
}

h1 span {
	background: #fff url('../images/leapfrog-logo-54px.png') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

div#primary p.large span {
	background-color: #fc6;
	color: #000;
}

div.vcard {
	background-color: #e6e6e6;
}
