/* CSS Document */
h2 {
	align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	text-align: center;
}
#linkchart tr.even td {
	background-color: #DDDDDD;
}
#linkchart tr.odd  td {
	background-color: #AAAAAA;
}
#linkchart borders table {
	border-style: thick groove 15px #B8860B;
	width: 100%;
}
.A {
	color: #CC0000;
	text-decoration: underline;
}
.B {
	color: #3399FF;
}
.C {
	color: #999900;
}

