body {
	margin: 1px;
	background-color: #99BDFF;
}

div,font,table,th,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

table.main {
	width: 80%;
	border: dashed #6666CC;
	align: center;
	background-color: #000000;
/*
	border-color: #333399;
*/
}

tr.header {
	background-color: #6666CC;
	color: #FFFFFF;
	font-weight: bold;
}

tr.odd {
	background-color: #FFFFFF;
}

tr.even {
	background-color: #eeeeee;
}

td {
	padding: 3px 5px;
}

td.mid {
	width: 7%;
}

td.fmode {
	width: 4%;
}

td.recommend {
	width: 4%;
}

td.mdate {
	width: 10%;
}

td.author {
	width: 15%;
}

td.title {
	width: 60%;
}


a:link {
	color: #0000FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #808080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #6699FF;
	text-decoration: none;
}

/*
body {
	background-color: #CCCCCC;
}

div,font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link,a:active,a:visited {
	color : #FFFFFF;
	text-decoration: none;
}
a:hover		{
	text-decoration: underline;
	color : #5C5C5C;
}
.copyright {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2pt;
}
table.main {
	width: 640px;
	border: 1px dotted #FFF;
}
td.left {
	width: 300px;
	align: center;
	/* padding: 10px; 
}
td.right {
	background-color: #FFFFFF;
	color: #5C5C5C;
	font-weight: bold;
	padding: 20px;
}
div.main {
	font-size: 12px;
}
img {
	border: none;
}
*/

