gray{
	color: gray;
}
a:link	{
	color : #000000;
	text-decoration : none;
	border-bottom: 1px dotted #FF80C0;
}
a:visited	{
	color : #000000;
	text-decoration : none;
	border-bottom: 1px dotted #FF80C0;
}
a:active	{
	color : #000000;
	text-decoration : none;
	border-bottom: 1px dotted #FF80C0;
}
a:hover	{
	color :#000000;
	font-weight: bold;
	text-decoration : none;
	border-bottom: 3px dotted #FF80C0;
}