A:link		{
	color: #FFD700;
	text-decoration:none;
	font-weight:bold
}
	A:visited	{
	color: orange;
	text-decoration:none;
	font-weight:bold
}
	A:active	{
	color: yellow;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	background:inherit
}
	A:hover		{
	color: orange;
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
	background:inherit;
	cursor: pointer;
}

BODY  {
	background-image: url(flw2.jpg);
	background-color: #009580;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: white
}




LI EM   { color: red;
          font-weight: bold}

UL      { margin-left: 2cm }

UL UL   { text-decoration: underline;
          margin-left: .5cm }

P       { font-size: 1.3em;
          font-family: arial, helv, helvetica, sans serif}

   SPAN    { color: yellow;
             font-size: .8em; 
             height: 1em }

   .super  { position: relative;
             top: -1ex }

   .sub    { position: relative;
             bottom: -2ex }

   .shiftl { position: relative;
             left: -1ex }

   .shiftr { position: relative;
             right: -1ex }
