body{
	font-family: Arial;
	background:#dddddd url('/stream-sports-free-header.png') no-repeat left top;
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #000032; /*#E9F2F9;*/
}

table{
	margin: 0 auto;
}

table#sportsTable{
	background-color: #f7f7f7;
}

table#navTable{
	color: #ffffff;
	margin-bottom: 10px;
}

#navTable td{
	background-color: #0a3152;
	width: 115px;
	font-size: 8pt;
}

td#navHomeCell{
	width: 40px;
}

#navTable a{
	color: #ffffff;
	/*font-variant: small-caps;*/
}

#navTable a:hover{
	text-decoration: none;
}

.titleTr{
	background-color: #0a3152;
	color: #ffffff;
}

.oddTr{
	background-color: #e6eefb;
}

.evenTr{
	background-color: #c1d2ee;
}

tr.oddTr:hover{
	background-color: #9db7e0;
}

tr.evenTr:hover{
	background-color: #9db7e0;
}

.watchTd{
	font-size: 8pt;
	font-weight: bold;
}

.sportLink{
	/*border: 1px solid blue;*/
	width: 300px;
	height: 250px;
	display: inline-block;
	margin: 10px;
	font-size: 30px;
}

#vidImg{
	margin: 10px auto;
	display: block;
	width: 640px;
	height: 390px;
	background: url('/stream-sports-free-video.png') bottom;
	outline: 0;
}

#vidImg:hover{
	background-position: 0 0;
	cursor: pointer;
	cursor: hand;
}

#sportsLinks{
	/*border: 1px solid red;*/
}

#titleimage{
	margin: 20px auto;
}

a img{
	border: none;
}

a{
	color: #336699;
}

a:hover{
	text-decoration: none;
}

