body {
	font-family:Arial;
	font-size:12px;
}

a:link,visited,active {
	color: #353365;
	text-decoration: none;
	font-weight:bold;	
}
a:visited {
	text-decoration: none;
	color: #353365;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #938FEB;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #353365;
	font-weight:bold;
}

