/* CSS Document */body	{	background-color:#003333;	background-image:url(bamboo.jpg);	background-repeat:repeat;	background-position:center;	font-weight:bold;	text-align:center;	}	h1	{	background-color:#003333;	border-color:#002222;	border-style:groove;	border-width:8px;	width:823px;	font-family:'Papyrus' 'Sylfaen';	font-size:55px;	color:#339999;	text-align:center;	margin-left:auto;	margin-right:auto;	padding:13px;	}	h2	{	font-size:40px;	text-align:center;	font-weight:bold;	}h3	{	font-size:23px;	text-align:center;	font-weight:bold;	}	table	{	background-color:#003333;	background-image:url(yinyang1001.jpg);	background-repeat:no-repeat;	background-position:right;	font-family:'Papyrus';	font-size:17px;	color:#339999;	text-align:center;	border-style:groove;	border-width:13px;	border-color:#002222;	width:1000px;	margin-left:auto;	margin-right:auto;	padding:5px;	}p	{	font-size:17px;	font-weight:bold;	text-align:justify;	text-indent:55px;	width:650px;	}a	{	color:#339999;	}	a:hover	{	color:#77DDDD;	}