table {
	width: 960px;
	padding: 2px;
	margin: 0px;
}

td {
	margin: 1px;
	padding: 3px;
	border: 1px solid #c0c0c0;
	font: Bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.titleMatrix {
	font: Bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #2674e0;
	color: #ffffff;
}

.colorSelect {
	background: #9e0c0f;
	color: #ffffff;
}

.nullOut {
	background: #eeeeee;
}

.talentName {
	background: #b6deff;
	color: #000000;	
}

.legend {
	width: 150px;
}

a:link {
	text-decoration : underline; 
	color : #000000; 
} 

a:visited {
	text-decoration : underline; 
	color : #000000; 
} 

a:hover , a:active {
	text-decoration : none; 
	color : #000000; 
} 