body {background:#FFC0C0; }
p       {
        text-align:left;
        font-size: 110%;
                }
h1      {
        text-align:center;
        text-decoration:underline;
        font-size: 130%;
	font-weight: bold;
        color:purple
        }
h2      {
        text-align:center;
        text-decoration:underline;
        font-size:120%;
	font-weight: bold;
        color:purple
        }
h3      {
        text-align: center;
        text-decoration: underline;
        font-size: 110%;
	font-weight: bold;
        color:blue
        }
hr      {
        color:red;
        height:15;
        }  
strong  {
	color: blue;
	font-size: 100%;
	font-weight: bold;
	}
a.play:visited
	{
	color: blue;
	font-size: 100%;
        text-decoration: underline;
        }
a.play:hover
	{
	color: red;
	font-size: 100%;
	text-decoration: underline overline;
	}
a.play:active
	{
	color: purple;
	font-size: 110%;
	text-decoration: underline ;
	}