body
{
	background: #625F72
}
h1
{
	font-family: 'Lato', sans-serif;
	font-size: 26pt;
	font-weight: 300;
	color: #fff;
	margin: 50px;
}
p
{
	font-family: 'Lucida Sans', Arial, sans-serif;
	font-size: 12pt;
	line-height: 150%;
	color: #FAFAFA;
	margin: 25px 50px 25px 50px;
}
a, a:link, a:visited
{
	color: #CDC2BC;
	text-decoration: underline;
}
a:hover
{
	color: #CDC2BC;
	text-decoration: none;
}
/*

Color Pallette

Gray			86808C
Dark Gray		625F72
Bronze			847D6D
Dark Chocolate	837163
Chocolate		7A685C

Other colors
Paragraph Text	EDECEE
Link Text		CDC2BC
*/