form
{
  margin: 0em 0;
}

table.songTable
{
	background-color:yellow;
	border-style:solid;
	border-top-width:2px;
	border-bottom-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	border-color:black;
}

table.innerSongTable
{
	background-color:green;
	border-style:solid;
	border-top-width:2px;
	border-bottom-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	border-color:black;
	cell-padding:3px;
	cell-spacing:3px;
}

a.songText
{
	font-family:arial,tahoma;
	font-size:23px;
	color:blue;
	text-decoration: none;
	
}

div.songDescriptionText
{
	font-family:tahoma;
	font-size:12px;
	color:darkgreen;
	font-weight:bold;
}

div.spanishText
{
	font-family:tahoma;
	font-size:15px;
	color:red;
	font-weight:bold;
}

.image
{
 border-width:3px; 
 border-color:green;
 border-style:solid;
}

img
{
 border-width:3px; 
 border-color:green;
 border-style:solid;
}