html, h1, h2, p, ol, ul, li {
	}
body {
	margin: 0px;
	font: 12px verdana, sans-serif;
	}
h1 {
	text-align: center;
	font-size: 48px;
	width: 100%;
	padding: 10px;
	background-color: #dddddd;
}

h2 {
	font-size: 18px;
}
		
#message {
	width=100%;
	font-size: 16px;
	color: red;
	font-style: verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

#stream {
	width=100%;
	text-align: center;
}

#dark {
	background-color: #eeeeee;
}

#light {
	background-color: #cccccc;
}

#textblock {
	background-color: #eeeeee;
}

#listing {
	background-color: #ffffff;
}


a:link    {color: brown; text-decoration: none}
a:visited {color: brown; text-decoration: none}
a:hover   {color: red; border-bottom: 1px dotted blue; text-decoration: none}
a:active  {color: red; text-decoration: none }


