/* Scrollbar properties are only supported by Internet Explorer 5.5+  */
body {
	background-color: #254182;
	background-image: url("../images/bg_main.jpg");
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Start link news style */
a.hotTopic:link {
	text-decoration: none;
	color: #FFFF00;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

a.hotTopic:visited {
	text-decoration: none;
	color: #FFFF00;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

a.hotTopic:active {
	text-decoration: none;
	color: #FFFF00;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

a.hotTopic:hover {
	text-decoration:underline;
	color:#ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

a.commentTitle:link {
	text-decoration: none;
	color: #ffb4e5;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
}

a.commentTitle:visited {
	text-decoration: none;
	color: #ffb4e5;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
}

a.commentTitle:active {
	text-decoration: none;
	color: #ffb4e5;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
}

a.commentTitle:hover {
	text-decoration:underline;
	color:#ffffff;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
}

	