body * {
	color: #999;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
body {
	font: 1em/1.0 Georgia, "Times New Roman", Times, serif;
	margin-top: 10%;
	text-align: center;
}
h1 {
	letter-spacing: -.125em;
	color: #000;
	background-color: #fff;
	font-size: 3em;
	text-transform: lowercase;
}

h2 { 
	letter-spacing: -.125em;
	margin-top: 10px;
	color: #999;
	background-color: #fff;
}
ul {
	letter-spacing: -.075em;
	list-style: none;
}
img {
	margin-top: 20px;
	border: none;
}
p {
	margin-top: 2em;
	font-variant: small-caps;
	font-size: 75%;
}
p a {
	color:#000;
}
a { 
	line-height: 1.25em;
	color: #CCC;
}
a:hover { 
	color: #000;
}
a[href] {
	height: auto;
}
strong {
	font-size: 110%;
}
strong strong {
	font-size: 120%;
}
strong a {
	color: #999;
}
strong strong a {
	color: #666;
}
strong strong strong a {
	color: #333;
}
