BODY {
	color: #FFFFFF;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
SCROLLBAR-FACE-COLOR: #666666; SCROLLBAR-HIGHLIGHT-COLOR: #666666; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR:  #B70000; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #000000; 
}

img {border-width:0px;}

/**** month and year header at top of calendar ****/
.date_header			{ font-size:18px;color:#717890; font-family:arial, helvetica; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#15161b; height:70; width: 150; }
.empty_day_cell			{ background-color:#15161b; height:150; width: 150; }
.today_cell				{ background-color:#222222; height:150; width: 150; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:14px; font-weight:bold; font-family: "Times New Roman", serif; color:#333333 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:14px; font-family: "Times New Roman", serif; color:#717890 }
.title_txt A:link		{ color:#666666; text-decoration:none;}
.title_txt A:active		{ color:#666666; text-decoration:none;}
.title_txt A:visited	{ color:#666666; text-decoration:none;}
.title_txt A:hover		{ color:#717890; text-decoration:none; cursor:hand}

/**** time line under title text when event time given ****/
.time_str				{ font-size:10px; font-family: "Times New Roman", serif;}

/**** column headers or days of the week ****/
.column_header			{ background-color:#15161b; font-size:14px; font-family: "Times New Roman", serif; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family: "Times New Roman", serif; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family: "Times New Roman", serif; color:#00F; font-weight:bold; }
