body {
	color: #ffffff;
	background-color: #000000;
}

table {
	width: 50%;
	border-spacing: 5px;
}

th {
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #dddddd;
}

td {
	white-space: nowrap;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.stream_title {
	text-align: center;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 30px;
}

img {
	border: none;
	vertical-align: middle;
}

div.copyright {
	margin-top: 16px;
	color: #808080;
	font-size: 11px;
	width: 100%;
	text-align: center;
}

div.source {
	color: #808080;
	font-size: 11px;
	width: 100%;
	text-align: center;
}

