body {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}

#conunt {
	color: #FFFFFF;
}

#container {
	width: 440px;
	padding-left: 1px;
}

	
#title {
	color: #006699;
}
#timetable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	white-space: nowrap;
	width: 420px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 140%;
}
#state {

}

#timetable td {
	padding: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
h2 {
	margin-top: 4px;
}
h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


.period1 {
	background-color: #F4F4F4;
}
.period2 {
	background-color: #E4E4E4;
}
.period3 {
	background-color: #D4D4D4;
}
a:link {
	color: #E888A3;
	text-decoration: none;
}

a:visited {
	color: #E888A3;
	text-decoration: none;
}

a:hover {
	color: #DE587D;
	text-decoration: underline;
}
