A {
	color: black;
	text-decoration: underline;
}
A:hover {
	color: #FFCC00;
	background: gray;
	text-decoration: none;
} 

ul { 
	list-style-type : square;
	margin-top: 3px;
	margin-bottom: 3px;
}

.maintablehead {
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 14px;
	color: black;
}

.tableofcontents {
        font-family: verdana, arial;
        font-size: 8pt;
}

.biohead {
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;
	color: black;
}
.biotext {
	font-family: verdana, arial;
	font-size: 14px;
	color: black;
}
.bioemail {
	font-family: verdana, arial;
	font-size: 12px;
	color: black;
}
.biobirthdate {
	font-family: verdana, arial;
	font-size: 12px;
	color: black;
}
.bioname {
	font-family: verdana, arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}


.boxhead {
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12px;
	color: black;
}
.boxcontents {
	font-family: verdana, arial;
	font-size: 12px;
	color: black;
}
.photodate {
        font-family: verdana, arial;
        font-size: 10px;
        font-style: italic;
        color: black;
}
.maindate {
        font-family: verdana, arial;
        font-size: 10pt;
        font-style: italic;
}

.hometext {
        font-family: verdana, arial;
        font-size: 10pt;
}
.songoff {
	background-color: #dddddd;
}
.songon {
	background-color: #999999;
}