@charset "utf-8";
/* CSS Document */

.linkBG {
	background-color: #600;
	margin: 5px;
	padding: 1px;
}
.linkTable {
	width: 100%;
}
.linkTable tr th {
	text-align: left;
	font-size: 14px;
	color: #FFF;
	padding-left: 8px;
}
.linkTable td {
	background-color: #FFF;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
	width: 33%;
}
.linkTable td a:link {
	color: blue;
	text-decoration: none;
}
.linkTable td a:visited {
	color: purple;
	text-decoration: none;
}
.linkTable td a:hover {
	color: red;
	text-decoration: underline;
}
.linkTable td a:active {
	color: yellow;
	text-decoration: none;
}

