﻿A  {
	text-decoration : none;
	font-weight : 500;
	font-size : 10pt;
	color : #0000FF;
}

A:Active  {
	text-decoration : none;
	font-size : 10pt;
	font-weight : 500;
	color : #0000FF;
}

A:Hover  {
	text-decoration : none;
	font-size : 10pt;
	font-weight : bold;
	color : #0000FF;
}