a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;

}
a:hover {
	color: #0000FF;
	font-weight: 900;
}
a:active {
	color: #0000FF;
	text-decoration: none;
	font-weight: 900;
	font-style: oblique;


}

