/* external css file */
/* filename 'style_2.css' */

	body 
{
margin-top: 2%;
margin-right: 8%;
margin-bottom: auto;
margin-left: 8%;
}	

	p 
{ 
background-color: transparent;
text-indent: 20px;
color: black;
font-weight: normal;
font-size: 12px;
font-family: "comic sans",sans-serif;
margin: 10px;
padding: 5px;
}

	p:first-letter 
{
font-weight: bold;
font-size:150%;
color: #D1004B;
}   


	h1 		
{
font-family: "lucida calligraphy", crusive;
font-weight: bold;
font-size: 30px;
color: #000000;
margin: 10px;
padding: 5px;
}

	h2
{
font-family: "lucida calligraphy", crusive;
font-weight: bold;
font-size: 20px;
margin: 10px;
padding: 5px;
}

	h3
{
font-weight: bold;
font-size: 15px;
font-family: "lucida calligraphy", crusive;
}

	h4
{
font-weight: bold;
font-size: 12px;
font-family: "Monotype Corsiva", serif;
}

	h5 {
text-color: black;
text-align: center;
font-weight: bold;
font-size: 10px;
font-family: "Monotype Corsiva", serif;

}

	h6 {
text-color: black;
text-align: center;
font-weight: bold;
font-size: 10px;
font-family: "Monotype Corsiva", serif;
}


	a:link 
{
color: #AB003C;
text-decoration: underline;
}

	a:visited 
{
color: #800000;
text-decoration: underline;
}

	a:hover 
{
color: #707070;
text-decoration: none;
}

	a:active 
{
color: #BC7AAC;
text-decoration: none;
}


	#logo
{
float: left;
width: 200px;
border: none;
margin: 10px;
padding: 5px;
}
	
	#navbar
{
text-align: center;
font-family: "Franklin Gothic Book", sans-serif;
font-size: 14px;
font-weight: bold;
background: #;
padding: 5px;
}

	#navbarsm
{
text-align: center;
font-family:"Gill Sans MT", "Tw Cen MT", sans-serif;
font-size:x-small;
font-weight: normal;
background: #C2C2C2;
padding: 10px;
}



	#footer
{
text-align: center;
padding: 5px;
font-family: "comic sans", sans-serif;
font-size: 11px;
}
	#top-bottom
{
font-size: 9px;
text-align: center;
font-family: "comic sans", sans-serif;
}


	table
 {
border-color: black;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
padding-top: 6px;
padding-right: 8px;
padding-bottom: 6px;
padding-left: 12px;
hspace:15px;
vspace:15px;
}

table2
 {
}

	hr 
{
width: 75%; 
align: center;
color: #AD005B;
}

#date
{
display: inline;
padding: 10px;
text-align: center;
font-family: "comic sans", sans-serif;
font-size: 8px;
}


	.bgcolor
{background-color: #7C9BCF


	.music_title
{
font-style: italic;
text-decoration: underline;
font-weight: bold;
}


	.music_composer
{
font-variant: small-caps;
font-weight: lighter;
}