.newstable a {
	color: black;
	text-decoration: none;
}

.newstable a:visited {
	color: #333333;
	text-decoration: none;
}

.newstable a:hover {
	color: red;
	text-decoration: underline;
}

.newstable ul {
	LIST-STYLE-POSITION: outside;
	MARGIN: 0px 18px 0px 0px;
	color: #FF0000;
	list-style-type: disc;
}

.newsview h2 {
	font-size: 16px;

}

