
 hr {
  color: #F6941D;
  background-color: #F6941D;
}
 
 A:LINK {
	color: #990000;
	text-decoration : none;
		font-size : 10px;
		font-weight : bold;
}

A:VISITED {
	color: #990000;
	text-decoration : none;
		font-size : 10px;
		font-weight : bold;
}

A:HOVER {
    width : 160px;
	color: #999900;
	text-decoration : none;
		font-size : 10px;
		font-weight : bold;
		background-color : #FFE8B1;
		border : 1px solid #605437;
		padding-bottom : 2px;
		padding-left : 2px;
		padding-right : 2px;
		padding-top : 2px;
}