body {
	background: #889888;
	font-family: Times,serif;
	font-size: 12px;
	line-height: 12px;
	color: #dddddd;	/* grey */
}

.menuBG {
	background-image: url('http://127.0.0.1/prodigals.com/images/menuLogo.gif');
}

/* use a doc-level style tag to make journal backgrounds #788b78 */

table {
	font-family: Times,serif;
	font-size: 12px;
	line-height: 12px;
	color: #dddddd;	/* grey */
}

.form {
	font-family: Times,serif;
	font-size: 13px;
	line-height: 12px;
}

.altbg {
	background: #788b78;
}

.bullet {
	color: #88370f;
}

.bigBul {
	color: #88370f;
	font-size: 20px;
	line-height: 21px;
}

.header {
	font-size: 20px;
	line-height: 21px;
	color: #082e2f;
}

.std {				/* standard text */
	color: #dddddd;
}

.high {				/*  highlighted text, same as link color */
	color: #ffffff;
}

.bigHigh {
	color: #ffffff;
	font-size: 20px;
	line-height: 21px;
}

.head {				/* headers and band name, secondary highlight color */
	color: #082e2f;	/* blue-grey */
}

.bigHead {
	color: #082e2f;
	font-size: 20px;
	line-height: 21px;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #889888;	/* matches background */
	text-decoration: underline;
}

/* use doc-level style tag to make journal active links #788b78 */

a:visited {
	color: #ffffff;
}
