* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background-color: white;
	background-attachment: fixed;
	background-image: url("background.png");
	background-position: center right;
	background-repeat: no-repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	padding: 33px;
	color: black;
}

h1 {
	font-size: 25px;
	font-weight: normal;
}

p {
	font-size: 11px;
	line-height: 14px;
	color: #808080;
}

.apology {
	font-size: 13px;
	color: black;
	margin-top: 25px;
}

ul li {
	list-style-type: none;
	margin: 5px 0px 5px 20px;
	font-size: 13px;
	padding-left: 20px;
}

li.google {
	background: no-repeat url(images/google_16.png);
}

li.flickr {
	background: no-repeat url(images/flickr_16.png);
}

li.linkedin {
	background: no-repeat url(images/linkedin_16.png);
}

li.facebook {
	background: no-repeat url(images/facebook_16.png);
}

a, a:active, a:hover, a:link, a:visited {
	color: black;
	text-decoration: underline;
}