.box{
	line-height: 140%;
	font-size: 10px;
	text-decoration: none;
	color: #CCCCCC;
	margin: 15px;
	padding: 5px;
	width: 600px;
}

.box a:link {
	color: #666666;
	text-decoration: none;
}

.box a:visited {
	color: #999999;
	text-decoration: none;
}

.box a:hover {
	color: #666666;
	text-decoration: underline;
}