document.writeln('<!DOCTYPE style PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">');
document.writeln('<style type="text/css" media="screen">');
document.writeln('		#composite_scores {');
document.writeln('			background-color: #330066;');
document.writeln('			color: #ffffff;');
document.writeln('			font-family: verdana,arial,helvetica,sans-serif;');
document.writeln('			font-size: 9px;');
document.writeln('			width: 250px;');
document.writeln('/*			border: 1px #FFFFFF solid;*/');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_scores tr.odd {');
document.writeln('			background-color: #DDCFF0;');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_scores tr.even {');
document.writeln('			background-color: #DDCFF0;');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_scores th {');
document.writeln('			text-align: left;');
document.writeln('			font-weight: bold;');
document.writeln('			border-bottom: 1px #FFFFFF solid;');
document.writeln('			padding: 14px 4px 2px 4px;');
document.writeln('			text-transform: uppercase;');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_scores th.header {');
document.writeln('			text-align: center;');
document.writeln('			font-size: 12px;');
document.writeln('			border-bottom: 0 #FFFFFF none;');
document.writeln('			padding: 6px 4px 0 4px;');
document.writeln('			text-transform: uppercase;');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_scores td {');
document.writeln('			padding: 2px 4px;');
document.writeln('			vertical-align: top;');
document.writeln('			white-space: normal;');
document.writeln('			color: #000000;');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_scores td.sport {');
document.writeln('			width: 50px;');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_scores td.location {');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_scores td.score {');
document.writeln('			width: 50px;');
document.writeln('			text-align: right;');
document.writeln('		}');
document.writeln('	</style>');
document.writeln('<table id="composite_scores">');
document.writeln('  <th colspan="4" class="header">Recent Scores</th>');
document.writeln('  <tr>');
document.writeln('    <th colspan="4">Friday, May 16</th>');
document.writeln('  </tr>');
document.writeln('  <tr class="odd">');
document.writeln('    <td class="sport">Softball</td>');
document.writeln('    <td class="event">NAIA National Championships (Olivet Nazarene)</td>');
document.writeln('    <td class="location">Decatur, Ala.</td>');
document.writeln('    <td class="score">W 5-2</td>');
document.writeln('  </tr>');
document.writeln('  <tr>');
document.writeln('    <th colspan="4">Saturday, May 17</th>');
document.writeln('  </tr>');
document.writeln('  <tr class="even">');
document.writeln('    <td class="sport">Softball</td>');
document.writeln('    <td class="event">NAIA National Championships (Lubbock Christian)</td>');
document.writeln('    <td class="location">Decatur, Ala.</td>');
document.writeln('    <td class="score">L 7-3 (10)</td>');
document.writeln('  </tr>');
document.writeln('  <tr class="odd">');
document.writeln('    <td class="sport">Softball</td>');
document.writeln('    <td class="event">NAIA National Championships (Friends)</td>');
document.writeln('    <td class="location">Decatur, Ala.</td>');
document.writeln('    <td class="score">W 6-1</td>');
document.writeln('  </tr>');
document.writeln('  <tr class="even">');
document.writeln('    <td class="sport">Softball</td>');
document.writeln('    <td class="event">NAIA National Championships (Cal Baptist)</td>');
document.writeln('    <td class="location">Decatur, Ala.</td>');
document.writeln('    <td class="score">L 2-1 (12)</td>');
document.writeln('  </tr>');
document.writeln('  <tr>');
document.writeln('    <th colspan="4">Monday, May 19</th>');
document.writeln('  </tr>');
document.writeln('  <tr class="odd">');
document.writeln('    <td class="sport">Softball</td>');
document.writeln('    <td class="event">NAIA National Championships (Point Loma)</td>');
document.writeln('    <td class="location">Decatur, Ala.</td>');
document.writeln('    <td class="score">L 1-0</td>');
document.writeln('  </tr>');
document.writeln('</table>');
