BODY {
	width: 800px;
	color: Purple;
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	background-image: url(dbi-bkgrd.jpg);
}
h2 {
	font-weight: 200;
	color: #660099;
	text-align: center;
}
h3 {
	color: Yellow;
}
h1, h2, h3, h4 {
	text-align: center;
}
li {
	font-size: .75em;
}
.album {
	font-size: large;
	text-align:center;
	color:#00CC00;
	display:block;
}
.cell  {
	font-size: 95%;
	color: %TEXTCOLOR%;
	text-align:center;
}
A {
	color: #009900;
}

A:HOVER {
	color: #660033;
	background-color: transparent;
}
.text {
	font-family: fantasy;
	font-size: 1.5em;
}
.aside {/*jokes, etc*/
	font-size: .5em;
}
th {
	font-size: 1.5em;
}
td {
	font-size: .75em;
	text-align: center;
}
#textbox {
	background: transparent;
	position: relative;
	left: 10%;
	max-width: 80%;
	min-width: 80%;
}
#left {
	position: absolute;
	left:1%;
	width:33%;
	top:50px;
	background: transparent;
}
#mid {
	position: absolute;
	left:35%;
	width:35%;
	top:50px;
	background: transparent;
}
#right {
	position: absolute;
	left:81%;
	width:19%;
	top:50px;
	background: transparent;
}
#bot {
	position: relative;
	left:35%;
	width:29%;
	top:300px;
	text-align: justify;
	background: transparent;
}
#right, #mid, #left, #bot {
font-size: .6em;
/*	border:1px solid #000; */
}
