A:link {color: #FFFFFF;}
A:visited {color: #FFFFFF;}
A:active {color: #FFFFFF;}
A:hover {color: #FFCC00;}

A.popuptext:link {color: #000000;}
A.popuptext:visited {color: #000000;}
A.popuptext:active {color: #000000;}
A.popuptext:hover {color: #FFCC00;}

table.global {
	width: 100%;
	height: 100%;
	background-color: #333333;
	border-spacing: 0px;
	vertical-align: middle;
}

div.container {
	font-family: MS Sans Serif, Geneva, sans-serif;
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 550px;
	background-color: #938771;
	text-align: center;
	border: 0px solid lightgrey; 
	top: 0px;
}

div.frontpagetext {
	font-family: MS Sans Serif, Geneva, sans-serif;
	height: 150px;
	background-color: #938771;
	text-align: center;
	border: 0px solid lightgrey; 
}

div.newstext {
	font-family: MS Sans Serif, Geneva, sans-serif;
	height: 525px;
	background-color: #938771;
	text-align: center;
	border: 0px solid lightgrey; 
}


div.mailinglist {
	text-align: right;
	background-color: #333333;
	padding: 0px;
	position: absolute;
	top: 550px;
	right: 0px;
	width: 800px;
}


p {
	font-family: arial;
}




td.overall {
	vertical-align: middle;
	empty-cells: show; 
	text-align: center; //USED TO BE CENTER
	border-bottom:0px solid green;
	border-left: 0px solid green;
	font-size: 9pt;

}

H2 {
	font-size: 15px;
	background: #FFCC00;
	color: #000000;
	width: 100%;
	border: 0px solid grey;
}

H3 {
	font-size: 15px;
	background: #938771;
	color: #F7F4E0;
	width: 100%;
	border: 0px solid grey;
}

.gigtitle {
	color: #FFCC00;
	font-weight:bold;
	font-size: 24px;
	}

.newstitle{
	color: #FFCC00;
	font-weight:bold;
	font-size: 18px;
	}

.popuptext {
	color: #000000;
	font-size: 12px;
	}

.menutext {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	}

.generaltext {
	color: #FFFFFF;
	font-size: 12px;
	}

.popuptext {
	color: #000000;
	font-size: 12px;
	}

.notes {
	font-size: 10px;
	}

.songtitle {
	font: bold;
	font-size: 12px;
	}

.songinfo {
	font-style: italic;
	font-size: 13px;
	}

.songsummary {
	font-size: 13px;
	}

.footer {
	font-variant: small-caps;
	align: center;
	color: white;
	font: bold;
	font-size: 13px;
}