.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px; 
	line-height: 16px;
	color: #666666;
}

A {
	color: #000000;
	text-decoration:underline;
}
A:hover {
	color: #666666;
	text-decoration:underline;
}
.border {
	border: 1px solid #8C9BBF;
}

