 

.hr {
	border-bottom : 1px solid Black;
	width: 100%;
}

.box {
	margin : 0;
	border : 1px solid Black;
	padding: 5px;
}

.small {
 font-family:verdana; 
font-size:7pt; 
color: Gray}

A {
	text-decoration: none;
	color: #1E2367;
	font: normal 12px sans-serif;
}

A:active {
	color:#DDA43D; 
	text-decoration:underline;
	}

A:Hover {
	text-decoration: underline;
	color: DA3B03;
}
 

 
