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

/* a:link styles */

a:link {text-decoration: none;color:#663300;}
a:visited {text-decoration: none;color: #666600;}
a:hover {text-decoration: underline;color: #663333;}
a:active {text-decoration: none;color: #660033;}

/* header styles */

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