<!--		

a:link		{ color: yellow}

a:visited	{ color: magenta}

a:active	{ color: white}

a:nodec {	text-decoration: none}

a:hover {	text-decoration: underline;
		color: red;
		background-color: #ccffcc}

body	{	background-color: black;
		color: orange}

p	{	margin-left: 15px}

h1	{	color: red;
		font-weight: bold;
		font-size: 22pt;
		text-align: center}

h2	{	color: red;
		font-weight: bold;
		font-size: 15pt;
		text-align: center}


h3	{	color: red;
		font-weight: medium;
		font-size: 10pt;
		text-align: center}

ul	{	margin-left: 29px}

.hdr1	{	color: red;
		font-weight: bold;
		font-size: 50pt;
		text-align: center}

.hdr2	{	color: orange;
		font-weight: medium;
		font-size: 25;
		text-align: center}

.hdr3	{	color: orange;
		font-weight: medium;
		font-size: 20;
		text-align: center}

.firstchar	{color: red;
		font-weight: medium;
		font-size: 22}

.ital	{	font-style: italic}

.undl	{	text-decoration: underline}

.bounce	{	color: green;
		font-weight: medium;
		font-size: 18pt;
		text-align: center}

#supertext {	position:absolute;
		left:0;
		top:0;
		visibility:hide;
		visibility:hidden }
-->