/* Stylesheet.css */

/* Body text and page background */
body{
margin:7px;
background-color: #000000;
background-image:url("bkgd.jpg");
background-attachment:fixed;
font-family: Arial, Helvetica;
font-size: 12pt;
color: #F2C462;
}
p.one
{
margin-top:15px;
margin-bottom:15px;
text-align: center;

}
p.two
{
font-size: 10pt;
text-align: center;

}
/* Page header style */
#header
{
width:800px;
background-color:#000000;

margin:auto;
padding:0px;
}
/* picture styles */
img.pic
{
border:double 3px #F2C462;
}
/* table styles */
table.home
{
width:774px;
margin:auto;
vertical-align:middle;
text-align:center;
border:double 3px #F2C462;
padding: 5px;
}
table.bio
{
width:700px;
margin:auto;
vertical-align:middle;
text-align:center;

}
table.songlist
{
width:440px;
margin:auto;
vertical-align:middle;
border:double 3px #F2C462;
padding:3px;
}
table.dates
{
width:725px;
margin:auto;
vertical-align:middle;
border:double 3px #F2C462;
padding:3px;
}
hr
{
width:700px;
height:3px;
background-color:#000000;
color:#F2C462;
}
/* td styles */
td.logo{
color: #F2C462;
font-family: papyrus,helvetica;
font-weight:bold;  
font-size:30pt;
text-align:center;
}
td.bio
{
text-align:left;
padding:10px;
}
td.song
{
padding:3px;
}
/* Headings */
h1{
text-align:center;
color:#F2C462;
font-family:papyrus,helvetica;  
font-size: 20pt;
}
h2{text-align:center;
color: #F2C462;
font-family:arial,helvetica;  
font-size: 12pt;
}



/* Style for main content column */
#main{
width:768px;
background-color:#000000;
border:double 3px #F2C462;
margin:auto;
}

#tracks{
width:450px;
background-color:#000000;
border:double 3px #F2C462;
margin:auto;
text-align:center;
}
/* Page footer style */
#footer{
clear:both;
width:800px;
font-size:8pt;
color:#F2C462;
margin:auto;
text-align:center;
padding:5px;
} 


/* style for links */
a.normal
{
padding:5px;
border: none;
font-family:arial,helvetica;
font-size:10pt;
font-weight:bold;
text-decoration:underline;
color:#F2C462;
background-color:#000000;
}
a.normal:link
{
color: #F2C462;
background-color: #000000;
text-decoration:underline
}
a.normal:visited
{
color: #F2C462;
background-color:#000000;
text-decoration:underline;

}
a.normal:hover
{
color: #F4F65E;
background-color:#000000;
text-decoration:underline
}
a.normal:active
{
color: #ffffff;
background-color:#000000;
text-decoration:underline
}




/* Music links */


a.music
{
font-family:papyrus,helvetica;
font-size:14pt;
font-weight:bold;
text-decoration:none;
color:#F2C462;
background-color:#000000;
}
a.music:link
{
color: #F2C462;
background-color: #000000;
}
a.music:visited
{
color: #F2C462;
background-color:#000000;

}
a.music:hover
{
color: #F4F65E;
background-color:#000000;
}
a.music:active
{
color: #ffffff;
background-color:#000000;
text-decoration:underline;
}


