body{
	font-size: 80%;
	margin:0;
	padding:0 0 0 2px;
	color:#333333;
	background-color:#ffffff;
	line-height:190%;
	text-align:left;
	text-decoration: none;
}

a:link{
	color:#333333;
	text-decoration: none;
}
a:visited{
	color:#333333;
	text-decoration: none;
}
a:hover{
	color:#666666;
	background-color:eeeeee;
	text-decoration: none;
}
a:active{
	color:#666666;
	background-color:eeeeee;
	text-decoration: none;
}

.new{
	font-size: 85%;
	color:#ff7000;
	text-decoration: none;
}