body
{
	background-color:black;
	background-image:url('/access/pink_paw_bg.jpg');
	background-attachment:fixed;
	background-repeat:repeat-y;
	color:pink;
}

body.padding
{
	padding-left:3cm;
}

h1
{
	/*background-color:black;*/
	text-align:center;
	color:red;
}

h2
{
	:;
}

h3
{
	color:hotpink;
	text-align:center;
	/*background-color:black;*/
}

p
{
	color:ff69b4;
	text-shadow:2px 2px blue;
	font-family: ARIAL,HELVETICA,SANS-SERIF;
	text-align:center;
	align:center;
}

hr
{
	background-color:navy;
	height:8px;
	width:100%;
}

iframe
{
	height:350px;
	width:80%;
}