* {
	margin: 0;
	padding: 0;
}

#header {
	background-color: #A30022;
	color: #fff;
	font-size: 50px;
	height: 120px;
	line-height: 120px;
	font-weight: bold;
	text-align: center;
}

#container {
	width: 900px;
	margin: 10px auto;
	text-align: left;
}

#AddView {
	text-align: left;
	display: none;
}

#toAdd {
	color: #FF8400;
	font-weight: bold;
	cursor: pointer;
	font-size: 28px;
}

#notesTable th {
	font-size: 20px;
	border-bottom: 1px solid #888;
	height: 60px;
}

#notesTable td {
	border-bottom: 1px solid #ddd;
}

#notesTable .title {
	line-height: 40px;
	font-weight: bold;
}

#notesTable .content {
	line-height: 30px;
	margin-bottom: 10px;
	display: none;
}

#notesTable A {
	color: #FF8400;
	cursor: pointer;
	text-decoration: underline;
}

#notesTable .doedit {
	color: #008540
}

p {
	margin: 15 auto;
}

.txt {
	width: 240px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #999;
}

#footer {
	color: #888;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #aaa;
	margin: 20px 0;
}
#footer A{
color:#0084FF; }

#pageView {
	text-align: right;
	margin-right: 40px;
	color: #444;
	height: 50px;
	line-height: 50px;
}

#pageView A {
	color: #FF8400;
}
.addBtn{width: 60px;height: 30px;border: 1px solid #444;color:#444; font-size: 15px;  }
.addBtn:hover{width: 60px;height: 30px;border: 1px solid #222;color:#222;font-size: 15px;  }
.cancelBtn{width: 60px;height: 30px;border: 1px solid #888;color:#666; font-size: 15px;  }
.cancelBtn:hover{width: 60px;height: 30px;border: 1px solid #555;color:#555;font-size: 15px;  }
.content{color: #666;}
.nowPage{margin-left: 3px;margin-right: 3px;font-size: 18px;font-weight: bold;}
#todos {
	width: 600px;
	margin: 20px auto;
	font-size: 18px;
}

#todos li {
	text-align: left;
	margin: 10px;
	list-style: decimal;
}

#todos li .title {
	width: 600px;
	color: #0084C6;
	margin-right: 40px;
	cursor: pointer;
}

.done {
	color: #008400;
	cursor: pointer;
}

.delete {
	color: #FF0084;
	margin-left: 20px;
	cursor: pointer;
}