@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
}

.h2 {
	font-weight: bold;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}


.justify {
	text-align: justify;
}

.dandy {
	font-family: "Monotype Corsiva", Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	white-space: nowrap;
}

.twitter {
	font-family: "Century Gothic", Arial Narrow, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.twitter a:link {
	color:#FF0EAC;
}
.twitter a:visited {
	color:#FF0EAC;
}
.twitter a:hover {
	color:#14E1FF;
}


body,td,th {
	color: #000;
	text-align: center;
}

body {
	background-color: #FFF;
}

a:link {
	color: ##0000D5;
}

a:visited {
	color: #00F;
}

a:hover {
	color: #09F;
}

a:active {
	color: #CCC;
}

#lyrics {	
	font-family:"Century Gothic", "Arial Narrow", Arial, Verdana;
	overflow:scroll;
	height: 500px;
	}
	
#menu	{
	margin-left: 1%;
	}
/////// CSS MENU ////////
#jsddm	{	
	margin: 0;
	padding: 0;
	}
	
	#jsddm li
	{	float: none;
		list-style: none;
		font: 11px Tahoma, Arial}

	#jsddm li a
	{	display: inline; 
		background: #FF3333;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #FFFFFF;
		white-space: nowrap;}

	#jsddm li a:hover
	{	background: #FF3333}
		
		#jsddm li ul
		{	margin: -20px;
			padding: 0;
			position: inherit;
			visibility: visible;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: left;
			display: inline;
		}
		
		#jsddm li ul li a
		{	width: auto;
			background: #FF3333}
		
		#jsddm li ul li a:hover
		{	background: #7F1616}
