/* CSS Document */
body
	{
	background-color:#0066FF;
	background-image:url(blueskybg.jpg);
	background-repeat:repeat;
	background-position:center;
	font-family:'Papyrus' 'Sylfaen';
	font-size:17px;
	font-weight:bold;
	color:#770000;
	text-align:center;
	}
	
h1
	{
	background-color:#FF6699;
	background-image:url(lotusbanner.jpg);
	background-position:left;
	border-color:#CC0033;
	border-style:outset;
	border-width:13px;
	font-family:'Papyrus' 'Sylfaen';
	font-size:66px;
	color:#550000;
	text-align:center;
	width:823px;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	}
	
h2	
	{
	font-size:44px;
	color:#770000;
	text-align:center;
	font-weight:bold;
	}
	
h3	
	{
	font-size:23px;
	color:#0033AA;
	text-align:center;
	Font-weight:bold;
	}
	
table
	{	
	background-color:#FF6699;
	background-image:url(lotusbg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-family:'Papyrus' 'Sylfaen';
	font-size:17px;
	color:#770000;
	text-align:center;
	border-style:outset;
	border-width:13px;
	border-color:#CC0033;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	}
p
	{
	font-size:16px;
	text-align:justify;
	text-indent:55px;
	}
	
a
	{
	color:#550000;
	}
	
a:hover
	{
	color:#CC0033;
	}
