body		{background-color: #ff99cc;
			background-image: url("http://www.TheRoyalAcademy.org/humanjukebox/JukeboxBackground.gif");
			padding: 40px}

table 		{font-family: Helvetica, Arial, sans-serif;
			font-size: 11px;
			color: black;
			text-align: left;
			border: none;
			}

table td	{padding: 3px 6px 3px 0px
			}

p			{font-family: Helvetica, Arial, sans-serif;
			font-size: 11px;
			color: black
			}

a			{color: red;
			text-decoration: none
			}

a:hover		{color: red; 
			text-decoration: underline
			}

a:active 	{color: white; 
			text-decoration: none;
			background-color: red
			}

h1			{font-family: Interstate, Helvetica, Arial, sans-serif;
			font-style: bold;
			color: black;
			font-size: 72px;
			line-height: 60px
			}

#content	{background-color: white;
			padding: 20px;
			}		