html {
	height: 100%;
	overflow: hidden;
	}
body {
	background-color: #22011E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgfornews.gif);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #7D3378;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7D3378;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #7D3378;
}
.left {
	float: left;
}
h1 {
	font-size: 18px;
	color: #999999;
}
#html_div {
	width:665px;
	margin-left:50px;
	margin-top:20px;
	color:#000000;
	overflow: auto;
	padding-right: 5px;
	overflow-x:hidden;
}
