A, A:visited, A:link
{
  COLOR: yellow;
  TEXT-DECORATION: none;
}
A:hover
{
  COLOR: orange;
  TEXT-DECORATION: none;
}
BODY
{
  color: yellow;
  background: black;
  FONT-SIZE: 10pt;
  FONT-FAMILY: Century Gothic, Arial, sans-serif
}
		    
		    
.header h1 {
	text-align: left;
	padding:0;
	margin:0;
}

.header .nextshow {
/* 	border: 1px solid orange; */
	width:200px;
	height: 80px;
	float:right;
	margin-right: 20px;
	
}


iframe {
	margin:0;
	padding:0;
/* 	border:1px solid cyan; */
	width: 200px;
	height: 90px;
}