.header {
	font: 25px Arial, serif;
	letter-spacing: 2px;
	border-bottom: 10px solid white;
	background: #FF9933;
	padding: 3px 0;
	
}

.cstyle {
	background: black;
}
.header2 {
	border-bottom: 1px solid black;
	font-size: 14px;
	font-style: italic;
}
.numbers {
	padding: 15px 25px;
	background: #FFCCFF;
	}
.days {
	border: 3px solid black;
	background:#CC9900;
	color: white;
}

.month {
	font: italic 14px Times, serif; color: gray;
	border-bottom: 1px dotted black;
	width: 200px;
	
}

.formheader {
	font: italic 16px Times, sans-serif;
	border-bottom: 10px solid white;
	background: #FF9933;
 }

body {
	background: url(EVA2.jpg);
	font: 20px Arial, serif;
}

.drow{
	background: #CC6600;
	color: white;
	}

.dcell{
	border: 1px solid black;
	background: white;
}
.ecell{
	background: #CCCCCC;
}

.curday {
	background: #FF9933;
}