body {background-color: #5f5f5f; 
      background-image: url(indexbkg.jpg);
      background-repeat: repeat-x;
}

A:link {color: white; 
	text-decoration: underline; 
	}

A:visited { color: white;
	text-decoration: underline; 
	}

A:active {	color: white; 
		text-decoration: underline; 
	}

A:hover {color: #afafaf; 
	text-decoration: underline; 
	}

.box1 {background-color: #efefef; }
.box2 {background-color: #d0d0d0; }
.box3 {background-color: #efefef; }


.regular{color: gray;
	font-family: arial, helvetica, sans;
	font-size: 100%;
	font-style: normal;
}

.smltxt {
	font-family: arial, helvetica, sans;
	font-size: 60%;
	font-style: normal;
	}

.navtxt {
	font-family: arial, helvetica, sans;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
}

.other {color: gray;
	font-family: arial, helvetica, sans;
	font-size: 80%;
	font-style: normal;
}

.otherx {
	font-family: arial, helvetica, sans;
	font-size: 80%;
	font-style: normal;
}

.artist {color: gray;
	font-family: arial, helvetica, sans;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
.title {color: gray;
	font-family: arial, helvetica, sans;
	font-size: 100%;
	font-style: italic;
}

