body {
		font-family: verdana, sans-serif; 
		font-size:.8em;
		background-color: #333333;
		color: #ffffff;
		padding-left: 5%;
		padding-right: 5%;
		;  
}

body.programm {
		padding: 0px;
}

div {
		margin-bottom: 10px;
}

div.Stream {
		margin-left: auto; margin-right: auto;
		text-align: center;
}

a:link { 
		color:			#91AA29;
		text-decoration:	underline;
}

a:active { 	
		color:			#91AA29;
		text-decoration:	underline;
}

a:visited { 
		color:			#91AA29;
		text-decoration:	underline;
}

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

img {		
		border: 		none;
}

pre {
		background-color: #444444;
		overflow: auto;
		overflow-y: visible;
		padding: 2px;
}

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}
/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}
/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}

