body {
	background-color: Black;
	color: #FFCC66;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images2/bg.jpg);
	width: 100%;
	
}
a {
	text-decoration: underline;
	color: #FFFF33;
}

.calendar {
	border: thin none #807B95;
}
.calendar_today  { color: #ffff33; background-color: #330017; padding: 10px; border: dotted medium white; width: 500px }
.calendar_event_1 {
	background-color: #280049;
	width: 500px;
	color: #FFFF66;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin none #807B95;
}
.calendar_event_2 {
	background-color: #030033;
	width: 500px;
	color: #FFFF66;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin none #807B95;
}
.calendar_artist_text {
	font-size: 0px;
	font-weight: normal;
	color: Black;
}
.calendar_date_text {
	font-size: 0.99em;
	font-weight: bold;
	color: #ef832b;
	border: thin;
	font-style: normal;
	font-variant: small-caps;
	
}
.calendar_event_title_text {
	font-size: 1em;
	color: yellow;
	text-decoration: none;
}
.calendar_venue_text {
	font-size: 0.8em;

}
.calendar_notes_text {
	font-size: 0.7em;
	color: #cccccc;

}

.calendar_venue_name {
	font-size: 1.2em;
	color: Yellow;
	font-weight: bold;
	font-variant: small-caps;

}

A:hover{
	color:#FFFFFF;
	text-decoration:bold;
	cursor:hand;
	border:0 solid;
	border-color:#DED1BA;
	filter:dropshadow(color=#BB132F,offX=1,offY=1);
 	height:6pt;
  	background=""
}
