body  {
    background-color: #3b2c1c;
    background-image: url("/images/45-degree-fabric-light.png");
}
a	{
	color: white;
}
.termspanel {
	background-image:url("/images/fabric-of-squares.png");
	color:#c9c9c9;
	border-radius:15px;
	max-width:1000px;
	background-color:#4c5234;
	padding:40px;
	margin:25px auto 25px auto;
	box-shadow: 10px 10px 30px #292929;
}
#title	{
	
}
#home	{
	text-align:right;
	float:right;
}
.privacypanel {
	background-image:url("/images/fabric-of-squares.png");
	color:#c9c9c9;
	border-radius:15px;
	max-width:1000px;
	background-color: #1c3d6a;
	padding:40px;
	margin:25px auto 25px auto;
	box-shadow: 10px 10px 30px #292929;
}
#ppBody
{
    width:100%;
    margin:0 auto;
    text-align:justify;
}

#ppHeader
{
    font-size:21pt;
    width:100%;
    margin:0 auto;
}

.ppConsistencies
{
    display:none;
}