
#today {
	text-align:			center;
	background:			#af8fdf;
	font-family:		tahoma;
	font-weight:		normal;
	font-size:			14px;
	border:				1px solid #000000;
	padding:			3px;
}


#calendar {
	text-align:			center;
	background:			#af8fdf;
	font-family:		tahoma;
	font-weight:		normal;
	font-size:			14px;
	border:				1px solid #000000;
	padding:			3px;
}


#thin_line {
	border:				1px solid #000000;
	padding:			5px;
}


#color {
	background:			#df8faf;
}


#sidebar {
	background:			#cf4fff;
	font-family:		tahoma;
	font-weight:		bold;
	font-size:			22px;
	border:				1px solid #000000;
	vertical-align:		top;
	height:         	100%;
}


td {
	vertical-align:     top;
	text-align:   		center;
}


body {
	background-color:	#9f7fcf;
}


A:link {
	font-weight:        normal;
	color:              #efefef;		/* Visited link */
}


A:active {
	font-weight:        normal;
	color:              #000000;		/* Link during mouse selection */
}


A:visited {
	color:              #ffffff;		/* Unvisited link */
}



