body {
	background-image: url(images/notebook_bg.png);
	background-repeat: repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin-left: 20px;
	width: 275px;
}
#div_notepad {
	margin: 0px;
	padding: 0px;
	width: 280px;
}

.class h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #C00;
	font-style: normal;
}
table {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 290px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	vertical-align: top;
}


p {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
}
a {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #C00;
}
