/* style.css - style sheet */

.body-fill
{
	background-image:  url("music02.jpg");
	margin-top:     1.2em;
	margin-bottom:  1.2em;
	margin-left:    1em;
	margin-right:   1em;
	text:  		black;
}

body
{
	margin-top:	1.2em;
	margin-bottom:	1.2em;
	margin-left:	1.9em;
	margin-right:	1.9em;
	text:		black;
}

.title-fill
{
	background-image:  url("music02.jpg");
	padding-top:	.5em;
	padding-bottom:	.5em;
	padding-left:	.5em;
	padding-right:	.5em;
	font-size:      40px;
	text-align:  	center;
	font-family:  "georgia";
	border:  double medium navy;
}

.title
{
	padding-top: 	.5em;
	padding-bottom: .5em;
	padding-left: 	.5em;
	padding-right: 	.5em;
	font-size:  	30px;
	text-align:  	center;
	font-family:  	"georgia";
}

.heading
{
	color:  	black;
	margin-top:  	.5em;
	margin-bottom: 	.5em;
	font-size:  	16px;
	text-align: 	left;
	font-family: 	"georgia";
	font-weight: 	bold;
}

.text
{
	color:  	black;
	margin-top:   	.5em;
	margin-bottom:	.5em;
	font-size:  	16px;
	text-align:  	left;
	font-family:  	"georgia";
}

.text-big
{
	color:  	black;
	margin-top:   	.5em;
	margin-bottom:  .5em;
	font-size:  	20px;
	text-align:  	left;
	font-family:  	"georgia";
}

.text-navy
{
	color:  	navy;
	margin-top:   	.5em;
	margin-bottom:  .5em;
	font-size:  	16px;
	text-align:  	left;
	font-family:  	"georgia";
}

.text-black
{
	color:  	black;
	margin-top:   	.5em;
	margin-bottom:  .5em;
	font-size:  	16px;
	text-align:  	left;
	font-family:  	"georgia";
}


.text-navy-med
{
	color:  	navy;
	margin-top:   	.5em;
	margin-bottom:  .5em;
	font-size:  	18px;
	text-align:  	left;
	font-family:  	"georgia";
	text-style:  	plain;
}



.text-navy-big
{
	color:  	navy;
	margin-top:   	.5em;
	margin-bottom:  .5em;
	font-size:  	20px;
	text-align:  	left;
	font-family:  	"georgia";
	text-style:  	plain;
}



.text-red-big
{
	color:  	red;
	margin-top:   	.5em;
	margin-bottom:  .5em;
	font-size:  	24px;
	text-align:  	left;
	font-family:  	"georgia";
	font-weight: 	bold;
	text-style:  	plain;
}

.qa
{
	color:  	blue;
	font-size:  	18px;
	font-family:  	"georgia";
	text-style:  	plain;
}


.qa-list
{
	color:  	blue;
	font-size:  	16px;
	font-family:  	"georgia";
	text-style:  	plain;
}

.response
{
	color:  	navy;
	padding-left: 	1.9em;
	font-size:  	16px;
	font-family:  	"georgia";
	text-style:  	plain;
}

.text-indent
{
	margin-top:   	.5em;
	margin-bottom:  .5em;
	padding-left: 	5em;
	padding-right: 	5em;
	font-size:  	14px;
	text-align:  	left;
	font-family:  	"arial";
}

.copyright
{
	background-image:  url("music02.jpg");
	margin-top:   	1em;
	margin-bottom:  1em;
	padding-top: 	1.4em;
	padding-bottom: 1.4em;
	padding-left: 	1.4em;
	padding-right: 	1.4em;
	font-size:  	11px;
	font-family:  	"arial";
	border:  	double medium navy;
}

.menu
{
	font-size:  	18px;
	margin-top:   	.25em;
	margin-bottom:  .5em;
	font-family:  	"georgia";
	border-bottom: ridge;
	padding-bottom: .5em;
	text-align:  	left
}

.menuItem
{	
	margin-right: 	.5em;
	margin-left:  	1em;
	margin-top:   	1em;
	margin-bottom:  1em;
	font-family:  	"arial";
	font-size:  	17px;
	line-height:  	1.5;
}

.menuItem-small
{	
	margin-right: 	.5em;
	margin-left:  	1em;
	margin-top:   	1em;
	margin-bottom:  1em;
	font-family:  	"arial";
	font-size:  	14px;
	line-height:  	1.5;
}

li
{
	line-height:  	1.4;
}

a:link 
{ 
	color:  	 navy;
	text-decoration: underline;
}

a:visited
{
	color:  purple;
}

a:active  
{ 
	color:  	 red;
	text-decoration: none 
}

a:hover  
{ 
	color:  blue;
}

.email-plain
{
	text-decoration: none 
}