/*hr.css*/
hr	{
	color:#6699ff;
	background-color:#6699ff;
	width:80%;
	height:4px;
	text-align:center;
	}
/*"background-color:6699ff" is necessary to show color in Opera & Mozilla*/