body      { background-color: #ffffff; } 
a:link    { color: #0000ff; }
a:visited { color: #4e4e4e; }
a:hover   { color: #ff0000; }
a         { text-decoration: none; }

.header
{
	background-color: #ffc0cb;
	color: #ffffff;
	font-weight: bold;
}
.status
{
	font-family: "Courier New";
}
.tab_current
{
	background-color: #ffe0eb;
	font-weight: bold;
	cursor: pointer;
	font-size: small;
}
.tab_notcurrent
{
	background-color: #ffffff;
	cursor: pointer;
	font-size: small;
}
.main
{
	background-color: #ffe0eb;
}
.messagebox
{
	background-color: #fffcfe;
}
.bookitem
{
	font-weight: bold;
}
.bookbox
{
	background-color: #fffcfe;
}
.softitem_current
{
	background-color: #fffcfe;
	font-weight: bold;
	cursor: pointer;
}
.softitem_notcurrent
{
	cursor: pointer;
}
.softbox
{
	background-color: #fffcfe;
}
