body {
	background-image:url(../img/backgr.gif);
	background-repeat: repeat;
	margin: 0px;
}

.menu {
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B8B79;
	background-color: #45453D;
	
}

.newstxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3399;
	background-color: #ECECEC;
	font-weight: normal;
	line-height: 1.3em;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #8B8B79;
	text-decoration: none;
	
}

a:link {
	text-decoration: none;
	color: #8B8B79;
}
a:visited {text-decoration: none}
a:active {text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #CCFF42;
	}

a img:link, a img:visited, a img:hover, a img:hover {
border: none;
text-decoration: none
}
