h1 {
	font-size: 36px;
	font-style: normal;
}

body {
	background: #ffffff;
	text-align: center;
	color: #B7B1A6;
	width: 700px;
	font-size: 30px;
	font-family: georgia, 'myriad pro', 'trebuchet ms', 'times new roman', serif;
	margin: 0px auto 0px auto;
	padding: 40px 0 0 0;
}

text.name {
	color: #905558;	
}


p.note {
	color: #89857D;
	font-size: 14px;
	padding: 0 0 0 0;
}

a, a:visited{
	text-decoration: none;
	color: #905558;
}

a:hover, a:hover:visited{
	text-decoration: none;
	color: #5F373A;
}

p.dark {
	color: #89857D;
}

p.footer {
	float: right;
	font-family: 'myriad pro', georgia, 'trebuchet ms', 'times new roman', serif;
	font-size: 12px;
	color: #89857D;
}