@charset "utf-8";

*{
	margin:0px;
	padding:0px;
	border:0px;
	font-size:20px;
	color:#000000;
}

h1{
	float:left;
	font-size:50px;
	color:#00ff00;
	text-shadow:4px 4px 4px #000000,
	4px 4px 4px #000000,
	4px 4px 4px #000000,
	4px 4px 4px #000000;
}

h2{
	float:right;
	font-size:20px;
	color:#000000;
}

h3{
	width:694px;
	height:40px;
	line-height:40px;
	float:left;
	font-size:30px;
	color:#000000;
	border:3px;
	border-style:double;
	border-color:maroon;
}

#main{
	width:700px;
	height:auto;
	margin:0px auto;
	background-color:#ffffff;
}

#number{
	clear:left;
	font-size:20px;
	color:#228b22;
}

#cherry{
	float:right;
	position:relative;
	bottom:42px;
	right:10px;
}

#content{
	clear:left;
}

#worklist{
	margin:0px 0px 0px 25px;
}

table{
	margin:0px auto;
}

td{
	border:2px;
	border-style:solid;
	border-color:black;
	text-align:center;
}

.menu{
	width:140px;
	height:35px;
	line-height:35px;
	font-size:18px;
	color:#ffffff;
	float:left;
	display:block;
	text-decoration:none;
	text-align:center;
	background-color:#6f3310;
}

a:link{
	text-decoration:none;
	color:#0000ff;
}

a:visited{
	text-decoration:none;
	color:#0000ff;
}

.menu:hover{
	background-color:#5d2917;
}

.menu:active{
	background-color:#5d2917;
}
