@media screen, projection, tv {
	div#newsSideBar {
		position: absolute;
		left: 770px;
		top: 75px;
		width: 200px;
	}
	div#newsSideBar h1 {
		font-size: 14px;
		font-weight: bold;
	}
	div#newsSideBar p {
		padding-left: 10px;
		padding-right: 5px;
		margin-top: -2px;
		margin-bottom: -2px;
		text-justify:newspaper;
	}
	div#newsSideBar div {
		padding: 2px;
		border-top: solid 1px #000;	
	}
}