@charset "UTF-8";
/* CSS Document */

body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CC6600;
	background-color:#000000
}

a {
	color:#FF9900;
	text-decoration:underline;
}
.SongList {
	font-size: small;
	color: #FFCC99;
}
.Contact {
	font-size: small;
}
.Gigs {
	font-size: large;
}
.GigsBoldUnderline {
	font-size: xx-large;
	font-weight: bold;
	text-decoration: underline;
}
.XLargeBoldUnderline {
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
}
.LigherColor {
	color: #FFCC99;
}
.LigherColorLarge {
	color: #FFCC99;
	font-size:xx-large;
}
.LighterColorBold {
	font-weight: bold;
	color: ffcc99;
}
.XLargeBoldUnderlineStdColor {
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
	color:#cc6600;
}.XLargeBoldItalics {
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF8300;
	text-decoration: underline;
}
.Alert {
	color: #FF0000;
	font-size: x-large;
}
.XXLargeBoldUnderlineHighlightColor {
	font-size: 65px;
	font-weight: bold;
	color:#FFCC99;
}
.XLargeBold {
	font-size: x-large;
	font-weight: bold;
}
