A:Link		{color: blue;	text-decoration: underline;}
A:Visited	{color: blue;	text-decoration: underline;}
A:Active	{color: blue;	text-decoration: underline;}
A:Hover		{color: red;	text-decoration: underline;}

HR {
	height: 6px;
	border-color: #0071B9;
	border-style: solid;
}

//	border-style: inset;
//	border-style: solid;	
//	border-style: ridge;	
//	border-style: outset;