/* CSS Document */
body{
				font-family: Times New Roman,Impact,Arial, "MS Trebuchet", sans-serif;
				background-color: #111;
			}
			#list{
				margin:0 auto;
				height:1040px;
				width:700px;
				overflow:hidden;
				position:relative;
				background-color: #000;
			}
			#list ul,
			#list li{
				list-style:none;
				margin:0;
				padding:0;
			}
			#list a{
				position:absolute;
				text-decoration: none;
				color:#666;
			}
			#list a:hover{
				color:#fff;
			}
		a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
        body,td,th {
	font-size: 10px;
	color: #999999;
}
.style2 {color: #999999}

