﻿a:visited {
	color: #0000FF;
	text-decoration:none;
	font-weight:bold;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #0000FF;
	font-weight:bold;
}
a:hover {
	color:Red;
	text-decoration:underline;
	font-weight:bold;
}
