/* CSS Document */
body
	{
	background-color:#550000;
	background-image:url(astrobg.gif);
	background-repeat:repeat;
	background-position:top middle;
	font-family:'Herculanum';
	font-size:17px;
	font-weight:bold;
	color:#CC3300;
	text-align:center;
	}
	
h1
	{
	background-color:#001111;
	background-image:url(astrologybg.jpg);
	background-position:center;
	border-color:#993300;
	border-style:outset;
	border-width:13px;
	font-family:'Herculanum';
	font-size:66px;
	color:#CC3300;
	text-align:center;
	width:823px;
	margin-left:auto;
	margin-right:auto;
	padding:13px;
	}
	
h2	
	{
	font-size:44px;
	color:#CC3300;
	text-align:center;
	font-weight:bold;
	}
	
h3	
	{
	font-size:23px;
	color:#CC3300;
	text-align:center;
	Font-weight:bold;
	}
	
table
	{	
	background-color:#001111;
	background-image:url(cygnusnebulabg.jpg);
	background-repeat:repeat;
	background-position:right;
	font-family:'Herculanum';
	font-size:15px;
	color:#FF6600;
	text-align:center;
	border-style:solid;
	border-width:13px;
	border-color:#993300;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:17px;
	}
p
	{
	font-size:17px;
	font-weight:bold;
	text-align:justify;
	text-indent:55px;
	}
	
a
	{
	color:#CC3300;
	}
	
a:hover
	{
	color:#FF6600;
	}
