<style>
		a.sb:link { color: yellow; }
		a.sb:active { color: green; }
		a.sb:hover { background-color: #ffff00; }
		a.sb:hover td { background-color: #ffff00; }
		a.sb td { text-align: right;}
		a.sb img { border: none; }
		a.countdown:link { color: blue }

		.indent {
			text-indent: 15px;
		}

        table.scoreboard {
            border: 5px solid black;
            border-collapse: separate;
			border-spacing: 0 20px;			
        }

		table#scoreboard {
			width: 100%;
		}

		table#scoreboard colgroup {
			width: 96%;
		}

		table#scoreboard col:nth-child(1),
		table#scoreboard col:nth-child(3) {
			width: 40%;
			text-align: right;
			background-color: #040404;
		}
		table#scoreboard col:nth-child(2),
		table#scoreboard col:nth-child(4) {
			width: 8%;
 			text-align: right;
			background-color: #040404;
		}
		table#scoreboard td {
			text-align: right;
		}
</style>

