	body {
		background-color: #fc0;
		background-image: url(images/stip.png);
		}
	
	span.tour {
	    font-size: small;
		}
	div.main {
		padding: 3px;
		min-height: 300px;
	}
	div.news {
		border-left: 2px solid black;
		border-right: 2px solid black;
		border-bottom: 3px solid black;
		position:  absolute;
		left: 3em;
		right: 3em;
		top: 100px;
		background-color:yellow;
		font-family:Arial, Helvetica;
		z-index: 8;
	}
	div.barky {
		
		color: white;
		background-color: black;
		padding-left: 2px;
	}
	ul.links {
		display: inline;
		color:#CCCCCC;
		font-size: small;
		font-family:Arial, Helvetica, sans-serif;
		
	}
	.links li {
		display: inline;
		padding-left:20px;
		padding-right:20px;
		margin-top: 2px;
		margin-left: 2px;
	}
	.barky1 {
		padding-right: 65px;
	}
	.links li:hover {
		background-color:#333333;	
		color: white;
		cursor: default;
	}
		
	.links a {
		color:#999999; 
		text-decoration: none;
	}	
	.links li:hover a {
		color:#FFFFFF;
	}
	
	h1 {
		margin: 0px;
		padding:0px;
		letter-spacing: -1px;
	}
	p {
		margin-top:0px;
		margin-bottom:7px;
	}
	
	.yellow-row {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 2px;
		background-color: #ff0;
		display: none;
		z-index: 5;
	}
	div.mp3s {
		font-size:small;
		padding:4px;
	}
	.format {
		font-size: x-small;
		text-decoration: none;
		color:#0000CC;
	}
	.format:hover {
		color: red;
	}