/* My style sheet for Songs */

BODY	{	text-align: center; background-color: #8DB2FE;}

#myfont		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}

#container1	{
			margin-left: auto; 
			margin-right: auto;
			width: 796px;
			text-align: left;
			background-color: #FFDA8D;
			border-style: solid;
			border-width: 2px;
		}	

#container2	{
			margin-top: 2px;
			margin-bottom: 10px;
			margin-left: 0px; 
			margin-right: 0px;
			text-align: left;
		}

#container-header	{
			position: relative;
			margin-top: 0px;
			margin-bottom: 5px;
			margin-left: 0px; 
			margin-right: 0px;
			width: 781px;
			text-align: left;
			background-color: #FFDA8D;
		}


.titletext	{	position: relative;
			top: 4px;
			left: 0px;
			font-size: 8pt; 
			font-weight: normal;
			font-family: Arial, sans-serif; 
			color: #000000;
			text-align: center;
			line-height: 10pt;
			margin-top: 0px;
			margin-bottom: 0px;
		}
#container-table	{
			position: relative;
			margin-left: 8px;
			margin-top: 0px;
			margin-bottom: 0px;
			text-align: left;
			}

#container-window	{
			text-align: left;
			border-style: solid;
			border-width: 1px;
			background-color: #ffffff;
			height: 100%;
		}	

#container-leftmargin	{
			width: 130px;
			height: 100%;
			text-align: left;
			border-style: solid;
			border-width: 1px;
			background-color: #FEFE8D;
		}

#container-rightmargin	{
			width: 130px;
			height: 100%;
			text-align: left;
			border-style: solid;
			border-width: 1px;
			background-color: #FEFE8D;
		}

#container-copyright	{
			margin-top: 10px;
			margin-left: 2px; 
			margin-right: 2px;
			border-style: solid;
			border-width: 1px;
			border-color: #000000;
			background-color: #ffffff;
		}


A 		{ text-decoration: none; color: #0000FF; } 
A:hover 	{ text-decoration: none; color: #b36b00; }

.tabs		{ color: white	}



.text	{
		font-size: 8pt;
		line-height:12pt;
		color: #000000;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-style: normal;
		padding: 4px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

#topleftboxcontainer	{
		position: absolute;
		top: 90px;
		left:10px;
		width: 376px;
		}

.topleftbox	{
		position: relative;
		background-color: #FFFFCF;
		width: 376px;
		height: 402px;
		border: solid;
		border-width: 1px;
		border-color: #000000;
		}


#sitesponsor	{
		position: relative;
		margin-top: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		line-height:10pt;
		color: #000077;
		background-color: #FFFFCF;
		}
		

