/*Body Text and background (<body>) "Arial, sans-serif" "1em" "000000"  */

	body {
		font-size: 1em;
		font-family: Arial, sans-serif;
		color: #000000;
		background-image: url(images/header.gif);
		background-repeat: no-repeat;
		background-position: top left;
		background-attachment: fixed
		background-color: #6600CC;

	}

/*Header Text (<h1>) "Arial, sans-serif" "18pt" "Bold, Italic" "6600CC" */

	h1 {
		font-style: italic;
		font-weight: bold;
		font-size: 18pt;
		font-family: Arial, sans-serif;
		color: #6600CC;
	}

/*Subheader Text (<h2>) "Arial, sans-serif" "1.5em" "6600CC" */

	h2 {
		display: compact;
		font-weight: bold;
		font-size: 12pt;
		font-family: Arial, sans-serif;
		color: #6600CC;
	}


/*News Date (<h3>) "Arial, sans-serif" "6600CC" */

	h3 {
		display: compact;
		font-weight: bold;
		font-size: 10pt;
		font-family: Arial, sans-serif;
		color: #6600CC;
	}

/*Sidebar Text (<h4>) "Arial, sans-serif" ".5em" "6600CC" */

	h4 {
		font-size: 8pt;
		font-family: Arial, sans-serif;
		color: #6600CC;
	}

/*Hyperlink (<a>) */

	A:link { color: 6600CC }
	A:visited { color: 800080 }
	A:hover { color: 9999FF }
	A:active { color: 9999FF }

