BODY		{ 	background-color: 	pink;
			background: 		pink;
			font-family: 		"Comic Sans MS";
			color : 		black }
H1 		{ 	font-size: 		x-large }
H2 		{ 	font-size: 		large }
A:link		{	color:			blue }
A:visited	{	color:			grey }
A:active	{	color:			black;
			text-decoration:	none}

/* The index style is applied to the invisible index window */
.index { background-color: pink }
.index { color		 : pink }
.index A:link, .index A:visited, .index A:active { color: pink }


