.links {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6D6DD3;

}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #6d6dd3;


}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #6d6dd3;

}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #6d6dd3;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #6d6dd3;
	text-decoration: underline;
}

