* {
	border-collapse: collapse;
	cursor: default;
	font-family: arial;
	text-decoration: none;
}
a {
	color: #09f;
	cursor: pointer;
	display: block;
	line-height: 20px;
	margin: 10px 0;
	position: relative;
	z-index: 1000;
}
body {
	background: #efefef;
}
div,
h1 {
	margin: 0 auto;
	position: relative;
	width: 350px;
}
h1 {
	font-size: 20px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	z-index: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
}
td {
	background: #fff;
	border: 1px solid #000;
	height: 50px;
	text-align: center;
	width: 50px;
}
th {
	font-size: 60%;
	font-weight: normal;
	text-transform: uppercase;
}
#header {
	height: 40px;
}
#next {
	float: right;
}
#prev {
	float: left; 
}
#today {
	background: #09f;
	color: #fff;
}