/*     DIV COLOR AND SIZING                     */ 
/*     work with ID attributes in HTML          */

/*The HTML <body>...</body>*/

body {
	font-size: small;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

/* Global parameters */

p {
	color: #EC008C;
	font-size: medium;
	font-family:  Georgia, Arial, Helvetica, sans-serif; 
	margin: 10px 10px;
	text-align: justify;
}
a {
	font-size: x-small;
	font-family: Georgia, Arial, Helvetica, sans-serif;
    background: transparent;
    text-decoration: none;  
    border: 0px;
}

a:link {  
	color: #EC008C;
	background-color: transparent;
}

/* a:active {
	color: #FF0000;
} */

a:visited {
	color: #EC008C;
	background-color: transparent;
} 

a:hover {
	color: white; 
	background-color: black;
}

H2 {
	color: #E6E6E6;
	font-family: Monotype Corsiva, Georgia, Arial, Helvetica, sans-serif; 
}

H3 {
	color: #EC008C;
	font-family: Monotype Corsiva, Georgia, Arial, Helvetica, sans-serif; 
}

H4 {
	color: white;
	font-size: medium;
	font-family: Monotype Corsiva, Georgia, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

H5 {
	color: #EC008C;
	font-size: xx-small;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
/* Special List Control */


#content {
	color: black;
	background-color: #C7B29A;
	border-left: 1px solid black;
}

#content a{
	color: #black;
}

#footer {
	color: #EC008C;
	font-size: xx-small;
	text-align: center;
}

#footer a{
	font-size: xx-small;
	
}

#bottomnav {
	color: white;
	font-size: xx-small;
}

#bottomnav a {
	font-size: xx-small;
}
.songlist {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: x-small;
	color: #EC008C;
	text-align: left;
	Margin: 15px 15px;
}
 .contact {
 	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	color: #EC008C;
	text-align: center;
	Margin: 5px 5px;
}