hr{
	 z-index: auto;
}

xline{
	border-bottom-color: Blue;
	border-bottom-width: medium;
	border-left-color: none;
	border-left-color: White;
	border-right-color: White;
	border-top-color: White;
}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
}
a{
	color: #005C00;
	text-decoration: none
	
}
a:hover {
	background-color: #005C00;
	color: white;
}
div{
	color: Blue;
}

.button{
   color: white;
	cursor: pointer;
}