.css {
	font-family: Tahoma;
	font-size: 11px;
	color: #505050;
}
a:link {
	color: #FF3366;
	text-decoration: none;

}
a:hover {
	color: #FF3366;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;

}
.box {
	border: 1px solid #E5E5E5;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
