BODY {
	background-color : #1F1A17;
	color : White;
	font-family : cursive, serif;
}

P, H1 {
	padding-left: 15px;
	padding-right: 15px;
}

P {
	font-size : 20pt;
	text-align : justify;
	margin-top: 0;
}


H1 {
	margin-bottom: 0;
	font-size: 25pt;
	font-weight : 700;
	letter-spacing : 1px;
	font-variant : small-caps;
}

.slogan {
	font-size: 23pt;
	font-weight: 600;
	font-variant: small-caps;
	text-align: center;
}

A{
	text-decoration : none;
	color : #B6B6B6;
}

A:Hover {
	text-decoration : underline;
}