/* CSS Document */
body
	{
	background-color:#003333;
	background-image:url(bgaura.jpg);
	background-repeat:repeat;
	background-position:center;
	font-family:'Papyrus' 'Georgia';
	font-size:17px;
	font-weight:bold;
	color:#8800BB;
	text-align:center;
	}
	
h1
	{
	background-color:#002222;
	background-image:url(rosebanner.jpg);
	background-position:center;
	background-repeat:repeat;
	width:788px;
	border-color:#CC33FF;
	border-style:groove;
	border-width:8px;
	font-family:'Papyrus';
	font-size:66px;
	color:#FFDDFF;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:13px;
	}
	
h2
	{
	font-size:44px;
	color:#550088;
	text-align:center;
	font-weight:bold;
	}
	
h3
	{
	font-size:23px;
	color:#550088;
	text-align:center;
	font-weight:bold;
	}
	
table
	{
	background-color:#BB55EE;
	background-image:url(Aurabg.jpg);
	background-repeat: no-repeat;
	background-position:right;
	font-family:'Papyrus';
	font-size:17px;
	color:#550088;
	text-align:center;
	width:950px;
	border-style:groove;
	border-width:13px;
	border-color:#CC33FF;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	}
	
p
	{
	font-size:17px;
	font-weight:bold;
	text-align:justify;
	text-indent:55px;
	}
	
a
	{
	color:#FFDDFF;
	}
	
a:hover
	{
	color:#AA00CC;
	}
