.border {
	border: 2px solid #666990;
	background-color : #FFFFFF;
	color : #000000;	
	width: 80%;
}
.copyright {
	font-size: 10px;
	text-align: center;
}
UL {
	margin-top: 0px;
	font-size: 12px;
}
P,td {
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 0px;
}
H1 {
	font-size: 20px;
	text-align: center;
	color : #669900;
}
H2 {
	font-size: 14px;
	padding-top: 15px;
	line-height: 0px;
        color : #3E4497;
}
HR {
	color: #3E4497;
	width: 190px;
	height: 2px;
}
A {
	text-decoration: none;
	color : #9C0000;
}
A:hover {
	text-decoration: underline;
}
	
A.Details {
	text-decoration: none;
	color : #9C0000;
}
A.Details:hover {
	text-decoration: underline;
}

A.Loud {
	text-decoration: none;
	font-weight : bold;
	color : #9C0000;
}
A.Loud:hover {
	text-decoration: underline;
}



