h2 {
    	font-variant: small-caps;
    	text-decoration: underline;
    	text-align: center;
	margin-top: 120px;
	font-size: 20px;
}

table.jahitable {
	width: 100%;
	border-collapse: collapse;
}

table.jahitable th {
	padding: 3px;
	text-align: left;
}
table.jahitable td {
	padding: 3px;
}
table.jahitable tr.even td {
	background-color: white;
}
table.jahitable tr.odd td {
	background-color: #f0f0f0;
}
table.jahitable td {
	background-color: #white;
	font-size: 14px;
    	font-variant: small-caps;
}

table.jahitable tr.sub_header td {
	background-color: #f0f0f0;
	font-size: 18px;
	font-weight: bold;
    	font-variant: small-caps;
	border-style: solid;
    	border-color: #f0f0f0;
	border-bottom-color: black;
}

table.jahitable tr.close_but_not_there td {
	font-size: 10px;
	font-weight: italic;
    	font-variant: small-caps;
    	color: DarkGray;
}

table.jahitable tr.new  {
	background-color: #E5FFEE;
	border-collapse: collapse;
	border-width: 1px;	
    	border-style: dashed;    	
    	border-color: black;
}

table.jahitable td.player{
	font-weight: bold;
	width: 50%;
}
table.jahitable tr.Full td.detail {
	font-size: 10px;
}

table.jahitable  td.count {
	width: 30px;
}
table.jahitable  td.goals,
table.jahitable  td.points,
table.jahitable  td.plus,
table.jahitable  td.equals,
table.jahitable  td.assists {
	width: 25px;
	text-align: center;
}
