#content {
	width: 700px;
	margin: 0 auto 15px;
	padding: 0;
}

#content h2 {
	padding: 0;
	margin: 10px 0;
	text-align: center;
}

#content h3{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 5px 10px;
	margin: 5px 0 10px 0;
	background: #EBEBEB;
	border-left: #033 solid 20px;
	border-right: #FC0 solid 5px;
	text-align: left;
 }

#content h4{
	font-size: 16px;
	font-weight: bold;
	width: 650px;
	text-align: left;
	line-height: 1.5;
	margin: 10px 0px 0px 30px;
	background: url(img/bg_ball.gif) left top no-repeat;
	padding: 0 0 3px 30px;
 }

#content h4 em {
background: #FC0;
font-style: normal;
margin-right: 10px;
padding: 2px;
}

#content h5.game {
	color: #666;
	font-size: 14px;
	border-bottom: #030 solid 2px;
	padding: 3px 0px 5px 25px;
	margin: 20px auto;
	width: 630px;
	text-align: left;
	background: url(img/bg_ball.gif) no-repeat top left;
}

.pr{
 font-size: 12px;
 padding: 0;
 margin: 0;
	}
	
.comment{
font-size: 14px;
padding: 0;
margin: 10px;
text-align: left; 
width: 680px;
line-height: 1.8;
}

.date {
 font-size: 12px;
	color: #666666;
	padding: 0px 15px;
	}
	
	
table.team{
    border:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	border-collapse: separate;
}

.team td{
    border-right:1px solid #663300;
    border-bottom:2px solid #663300;
    padding:0.5em 1em;
	white-space: nowrap;
	font-size: 14px;
	color: #999;
}

a:link,a:visited {
	text-decoration: none;
}
a:hover,a:active {
	text-decoration: underline;
}

table.score, .score td, .score th {
border: 1px #FFF solid;
}

table.score22, .score2 td, .score2 th {
border: 1px #FFF solid;
}


table.score {
	width: 600px;
	margin: 10px auto 5px;
    border-spacing:1;
    background-color: #030;
    empty-cells:show;
	border-collapse: separate;
 }
 
table.score2 {
	width: 700px;
	margin: 10px auto;
    border-spacing:1;
    background-color: #030;
    empty-cells:show;
	border-collapse: separate;
 }
 
.score th {
    padding:0.5em 1em;
	white-space: nowrap;
	font-size: 14px;
	color: #FFF;
}
.score2 th {
    padding:0.5em 1em;
	white-space: nowrap;
	font-size: 14px;
	color: #FFF;
}

.score td {
    padding:0.5em 1em;
	white-space: nowrap;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.score2 td {
    padding:0.5em 1em;
	white-space: nowrap;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

#content .link {
	border: #CCC dotted 1px;
	padding: 3px;
	margin: 20px auto;
	width: 250px;
	font-size: 14px;
	text-align:center;
}

p.team {
 font-size:14px;
 line-height: 1.6;
 padding: 10px;
 text-align: left;
 }
