body,td,th {
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.time {	color: #666666;
}
a {
	font-size: 13px;
	color: 555555;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
}
.items{
width:65;
height:59px;
padding-top:0px;}

.items a{
	display:block;
	background:url(articleitems.gif) no-repeat 0 4px;
	padding-left:2px;
}
.items a:hover{
	color:#f90;
	
	position:relative;
}

.items a span{
	display:none;
}
.items a:hover span{
	display:block;
	position:absolute;
	border:2px solid #ccc;
	width:129px;
	height:118px;
	top:-224px;
	left:-2px;
	z-index:100;
	background:#fff;
}

