@charset "utf-8";
/* CSS Document */
/* Style for Hr on web pages */

hr {
	background-color: #999;
	height: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #090;
	border-right-color: #0C9;
	border-bottom-color: #000;
	border-left-color: #090;
}

