body {
  color : #000000;
  background : #ffffff;
  font-family : arial, helvetica, sans;
  font-size : 22px;
}
a {
  text-decoration : underline;
  color : #0000ff;
}

#userstatus, #left, #footer, #print, #alpha {
  display : none;
	}
	
#left {
	float: left;
	width: 0px;
	}

#right {
	float: right; 
	width: 99%;
	}
	
#wrapper {
   width: 100%;
	}
	
#calendar { display: block; font-size: 22px; }
#calendar .month { font-weight: bold; font-size: 38px;}
#calendar table { width: 100%; border: 5px solid #C3D9FF; }
#calendar th { width: 14%; background: #C3D9FF; font-weight: normal; font-size: 22px; }
#calendar td { border: 1px solid #C3D9FF; height: 220px; }
#calendar td.nonmonthday { background: #C0C0C0; color: #808080; font-size: 22px; }
#calendar td.today { background: #ffffcc; }
#calendar .nonmonthday .day { display: none; background: #C0C0C0; font-size: 22px; color: #C0C0C0; }
#calendar a.day { display: block; background: #E8EEF7; color: #000000; text-decoration: none; font-size: 22px; }
