/* Body Link Tags */
a:link
{
	color: black;
	/*  background-color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 3px; 
	padding-bottom: 3px; */	
	text-decoration: none;
}

a:active
{
	color: red;
	/* background-color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 3px; 
	padding-bottom: 3px; */
	text-decoration: underline;
}

a:hover
{
	color: red;
	/* background-color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 3px; 
	padding-bottom: 3px; */
	text-decoration: underline;
}

a:visited
{
	color: purple;
	/* background-color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 3px; 
	padding-bottom: 3px; */
	text-decoration: none;
}
