body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #e2e2e2;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
        font-family: Tahoma;
        font-size: 8pt
}
table        { font-family: Tahoma; font-size: 8pt  }
td           { font-family: Tahoma; font-size: 10pt }
tr           { font-family: Tahoma; font-size: 8pt  }
A:link {text-decoration: none; color: #1B222A;}
A:visited {text-decoration: none; color: #1B222A ;}
A:active {text-decoration: none; color: #093275 ; }
A:hover {text-decoration: none; color: #1264EB;}

.newsHand
 {
cursor: pointer;
 }