BODY	{
	margin: 0px;
	font-family: arial;
	background-color: #FFF;
	text-align: center;
	/*font-size: 11px;
	letter-spacing: 5px;*/
	}

TABLE.news {
	margin: auto;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	width: 1400px;
	height: 967px;
	background-image: url('./imgs/bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}

H1:first-letter {
	text-transform: uppercase;
}

H1 {
	padding: 0px;
	padding-right: 50px;
	padding-left: 50px;
	margin: 0px;
	margin-bottom: 60px;
	color: #666;
	font-weight: bold;
	font-size: 70px;
	text-align: center;
}

H2:first-letter {
	text-transform: uppercase;
}

H2 {
	padding: 0px;
	padding-right: 100px;
	padding-left: 100px;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 60px;
	color: #000;
	font-weight: bold;
	font-style: italic;
	font-size: 70px;
	text-indent: 100px;
	text-align: justify;
	vertical-align: middle;
}

H3:first-letter {
	text-transform: uppercase;
}

H3 {
	padding: 0px;
	padding-right: 50px;
	padding-left: 50px;
	margin: 0px;
	margin-top: 50px;
	color: #ff0000;
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
}

DIV {
	margin: 0px;
	padding: 0px;
}

DIV.sound {
	width: 0px;
	height: 0px;
	position:absolute;
	bottom:-150px;
}

TD {
	border: 0px;
	padding: 0px;
}

TD.txt {
	height: 697px;
}

TD.top {
	height: 70px;
	color: #FFF;
	font-size: 40px;
}

TD.bottom {
	height: 200px;
}