/* CSS Document */
/* Primary Body Styles */
body,td,th {color: #660066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
body { background-image: url(image_bg/STARS.GIF);
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;}
		
p {text-indent:2pc;}

/* a:link styles */

a:link {
	text-decoration: none;
	color: #660066;
}
a:visited {text-decoration: none;color: #993333;}
a:hover {text-decoration: underline;color: #FF33CC;}
a:active {
	text-decoration: none;
	color: #FF0000;
	font-size: 14px;
}

/* header styles */

h1 {font-size: 48px;color: #660066;}
h2 {font-size: 44px;color: #660066;}
h3 {font-size: 36px;color: #660066;}
h4 {font-size: 24px;color: #660066;}
h5 {font-size: 18px;color: #660066;}
h6 {font-size: 16px;color: #660066;}
