/* CSS Document */
body
{
	text-align: center;
	background: #760c1f;
}

h2
{
	padding-top: 20px;
	text-align: center;
	color: #FFDA9C;
}

p
{
	text-align: justify;
	color: #FFF;
}

a
{
	text-decoration: none;
	color:#FFFFFF;
}
a:hover
{
	color: #FFDA9C;
}