body {
   background: white;
	 font: 14px trebuchet ms, chicago, sans-serif;
	 color: black;
	 }

	 
#header{
width:760px;
height: 120px; /*Height of top section*/
}

#header h1{
margin: 0;
padding-top: 15px;
}	 
	 
#leftcolumn{
float: left;
width: 176px;
height: 500px;
margin-left: -100%;
background: transparent;
font-family: georgia, times new roman, serif;
font-size: 18px;
font-weight:bold;
line-height:50px;
}

#leftcolumn a:link {
   color:olive;
	 text-decoration: none;
	 }

#leftcolumn a:visited {
   color:olive;
	 text-decoration: none;
	 }
	 
#leftcolumn a:hover {
   color:#99AAAA;
	 }
	 	
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
width:720px;
margin-left: 176px; /*Set left margin to LeftColumnWidth*/
}

#contentcolumn a:link {
color: olive;
text-decoration:none;
}

#contentcolumn a:visited {
color: olive;
text-decoration:none;
}

#contentcolumn a:hover {
color: #99AAAA;
text-decoration:underline;
}



.mini {
font:11px verdana, helvetica, sans-serif;
}

.myinputstyle {	
border: 1px dotted #555555;
background: url(none) no-repeat #FFFFFF;
font-family: trebuchet ms, chicago, sans-serif;
font-style: normal;	
font-size: 14px;
color: black;
width: 300px;
}


.mylabelstyle {	
font-family: trebuchet ms, chicago, sans-serif;
font-style: bold;	
font-size: 14px;
color: #555555;
}


.myinputstyle:hover {
border: 1px solid black;
background: url(none) no-repeat #DDDDDD;
color: #454743;
}

.myinputstyle:focus {	
border: 1px solid black;	
background: url(none) no-repeat #DDDDDD;	
color: #454743;
}

.myinputstyle:active {	
border: 1px solid black;	
background: url(none) no-repeat #DDDDDD;	
color: #454743;
}

#contentcolumn table.songlist {
	font: 14px trebuchet ms, chicago, helvetica, sans-serif;
	color: black;
	margin-top: 10px;
	}

#contentcolumn td.songlist {
	font: 14px trebuchet ms, chicago, helvetica, sans-serif;
	color: black;
	/*font-weight: bold;*/
   height: 30px;
	width:216px;
	/*letter-spacing: 3px;*/
	}
	 
#contentcolumn td.songlist a:link{
	color: black;
	text-decoration: none;
	}
	
#contentcolumn td.songlist a:visited{
	color: black;
	text-decoration: none;
	}	
	 
#contentcolumn td.songlist a:hover{
	color: #99AAAA;
	text-decoration: underline;
	}
	
#contentcolumn td.lyriclink {
	font: 11px trebuchet ms, chicago, helvetica, sans-serif;
	color: black;
	/*font-weight: bold;*/
	}
	 
#contentcolumn td.lyriclink a:link{
	color: black;
	text-decoration: none;
	}
	
#contentcolumn td.lyriclink a:visited{
	color: black;
	text-decoration: none;
	}	
	 
#contentcolumn td.lyriclink a:hover{
	color: #99AAAA;
	text-decoration: underline;
	}	
	
.aside {
   font: 11px verdana, helvetica, sans-serif;
	 color: olive;
	 font-style: italic;
	 }	